#D5A1CB

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

Shades of Lilac #D5A1CB

Tints of Lilac #D5A1CB

Color information

#D5A1CB (or 0xD5A1CB) is unknown color: approx Lilac. HEX triplet: D5, A1 and CB. RGB value is (213,161,203). Sum of RGB (Red+Green+Blue) = 213+161+203=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CB is #2A5E34. Grayscale: #B5B5B5. Windows color (decimal): -2776629 or 13345237. OLE color: 13345237.

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

Color convert

RGB213161203-
CMYK00.240.050.16
HSL311.54º38.24%73.33%-
HSV(B)311.54º24.41%83.53%-
XYZ50.9643.9562.3-
YUV181.34140.23150.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 161 (63.28% from 255) = 27.90%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=36.92%
G=27.90%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316120300.240.050.16311.5438.2473.33
HexD5A1CB0185101382649
Octal32524131303052047046111
Binary110101011010000111001011011000101100001001110001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1CB; }

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

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

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

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

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

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

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

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