#CDA6C8

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

Shades of Lilac #CDA6C8

Tints of Lilac #CDA6C8

Color information

#CDA6C8 (or 0xCDA6C8) is unknown color: approx Lilac. HEX triplet: CD, A6 and C8. RGB value is (205,166,200). Sum of RGB (Red+Green+Blue) = 205+166+200=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6C8 is #325937. Grayscale: #B5B5B5. Windows color (decimal): -3299640 or 13149901. OLE color: 13149901.

HSL color Cylindrical-coordinate representation of color #CDA6C8: hue angle of 307.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA6C8 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205166200-
CMYK00.190.020.20
HSL307.69º28.06%72.75%-
HSV(B)307.69º19.02%80.39%-
XYZ49.2444.4260.62-
YUV181.54138.42144.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 200 (78.52% from 255) = 35.03%
R=35.90%
G=29.07%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516620000.190.020.20307.6928.0672.75
HexCDA6C80132141341c49
Octal31524631002322446434111
Binary1100110110100110110010000100111010100100110100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6C8; }

 p { color: rgb(205,166,200); }

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

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

 a { background-color: rgb(205,166,200); }

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

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

 span { border-color: rgb(205,166,200); }

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