#D5A1CF

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

Shades of Lilac #D5A1CF

Tints of Lilac #D5A1CF

Color information

#D5A1CF (or 0xD5A1CF) is unknown color: approx Lilac. HEX triplet: D5, A1 and CF. RGB value is (213,161,207). Sum of RGB (Red+Green+Blue) = 213+161+207=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CF is #2A5E30. Grayscale: #B5B5B5. Windows color (decimal): -2776625 or 13607381. OLE color: 13607381.

HSL color Cylindrical-coordinate representation of color #D5A1CF: hue angle of 306.92º 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 #D5A1CF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213161207-
CMYK00.240.030.16
HSL306.92º38.24%73.33%-
HSV(B)306.92º24.41%83.53%-
XYZ51.4544.1464.84-
YUV181.79142.23150.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 161 (63.28% from 255) = 27.71%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=36.66%
G=27.71%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316120700.240.030.16306.9238.2473.33
HexD5A1CF0183101332649
Octal32524131703032046346111
Binary11010101101000011100111101100011100001001100111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1CF; }

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

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

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

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

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

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

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

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