#D5A4CB

Color #D5A4CB Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D5A4CB

Tints of Lilac #D5A4CB

Color information

#D5A4CB (or 0xD5A4CB) is unknown color: approx Lilac. HEX triplet: D5, A4 and CB. RGB value is (213,164,203). Sum of RGB (Red+Green+Blue) = 213+164+203=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4CB is #2A5B34. Grayscale: #B6B6B6. Windows color (decimal): -2775861 or 13346005. OLE color: 13346005.

HSL color Cylindrical-coordinate representation of color #D5A4CB: hue angle of 312.24º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A4CB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213164203-
CMYK00.230.050.16
HSL312.24º36.84%73.92%-
HSV(B)312.24º23%83.53%-
XYZ51.545.0162.47-
YUV183.1139.23149.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 203 (79.69% from 255) = 35%
R=36.72%
G=28.28%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316420300.230.050.16312.2436.8473.92
HexD5A4CB017510138254a
Octal32524431302752047045112
Binary110101011010010011001011010111101100001001110001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A4CB; }

 p { color: rgb(213,164,203); }

 H1.HeaderClassName
 {
   color: #D5A4CB;
 }
 .AnyTagClassName
 {
   color: #D5A4CB;
 }
</style>
background-color css

<style>
 a { background-color: #D5A4CB; }

 a { background-color: rgb(213,164,203); }

 div.DivClassName
 {
   background-color: #D5A4CB;
 }
 .BgClassName
 {
   background-color: #D5A4CB;
 }
</style>
border-color css

<style>
 span { border-color: #D5A4CB; }

 span { border-color: rgb(213,164,203); }

 td.TdClassName
 {
   border-color: #D5A4CB;
 }
 .TagClassName
 {
   border-color: #D5A4CB;
 }
</style>