#D6A6CE

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

Shades of Lilac #D6A6CE

Tints of Lilac #D6A6CE

Color information

#D6A6CE (or 0xD6A6CE) is unknown color: approx Lilac. HEX triplet: D6, A6 and CE. RGB value is (214,166,206). Sum of RGB (Red+Green+Blue) = 214+166+206=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6CE is #295931. Grayscale: #B8B8B8. Windows color (decimal): -2709810 or 13543126. OLE color: 13543126.

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

Color convert

RGB214166206-
CMYK00.220.040.16
HSL310º36.92%74.51%-
HSV(B)310º22.43%83.92%-
XYZ52.5146.0264.51-
YUV184.91139.9148.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=36.52%
G=28.33%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416620600.220.040.1631036.9274.51
HexD6A6CE016410136254b
Octal32624631602642046645113
Binary110101101010011011001110010110100100001001101101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A6CE; }

 p { color: rgb(214,166,206); }

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

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

 a { background-color: rgb(214,166,206); }

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

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

 span { border-color: rgb(214,166,206); }

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