#D5A0CF

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

Shades of Lilac #D5A0CF

Tints of Lilac #D5A0CF

Color information

#D5A0CF (or 0xD5A0CF) is unknown color: approx Lilac. HEX triplet: D5, A0 and CF. RGB value is (213,160,207). Sum of RGB (Red+Green+Blue) = 213+160+207=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0CF is #2A5F30. Grayscale: #B5B5B5. Windows color (decimal): -2776881 or 13607125. OLE color: 13607125.

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

Color convert

RGB213160207-
CMYK00.250.030.16
HSL306.79º38.69%73.14%-
HSV(B)306.79º24.88%83.53%-
XYZ51.2743.7964.78-
YUV181.2142.56150.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=36.72%
G=27.59%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316020700.250.030.16306.7938.6973.14
HexD5A0CF0193101332749
Octal32524031703132046347111
Binary11010101101000001100111101100111100001001100111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0CF; }

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

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

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

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

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

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

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

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