#D6A0CC

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

Shades of Lilac #D6A0CC

Tints of Lilac #D6A0CC

Color information

#D6A0CC (or 0xD6A0CC) is unknown color: approx Lilac. HEX triplet: D6, A0 and CC. RGB value is (214,160,204). Sum of RGB (Red+Green+Blue) = 214+160+204=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0CC is #295F33. Grayscale: #B5B5B5. Windows color (decimal): -2711348 or 13410518. OLE color: 13410518.

HSL color Cylindrical-coordinate representation of color #D6A0CC: hue angle of 311.11º degrees, saturation: 0.4, 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 #D6A0CC is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214160204-
CMYK00.250.050.16
HSL311.11º39.71%73.33%-
HSV(B)311.11º25.23%83.92%-
XYZ51.243.862.88-
YUV181.16140.89151.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 160 (62.89% from 255) = 27.68%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=37.02%
G=27.68%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416020400.250.050.16311.1139.7173.33
HexD6A0CC0195101372849
Octal32624031403152046750111
Binary110101101010000011001100011001101100001001101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A0CC; }

 p { color: rgb(214,160,204); }

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

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

 a { background-color: rgb(214,160,204); }

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

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

 span { border-color: rgb(214,160,204); }

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