#CDA6CC

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

Shades of Lilac #CDA6CC

Tints of Lilac #CDA6CC

Color information

#CDA6CC (or 0xCDA6CC) is unknown color: approx Lilac. HEX triplet: CD, A6 and CC. RGB value is (205,166,204). Sum of RGB (Red+Green+Blue) = 205+166+204=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6CC is #325933. Grayscale: #B5B5B5. Windows color (decimal): -3299636 or 13412045. OLE color: 13412045.

HSL color Cylindrical-coordinate representation of color #CDA6CC: hue angle of 301.54º 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 #CDA6CC is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205166204-
CMYK00.190.000.20
HSL301.54º28.06%72.75%-
HSV(B)301.54º19.02%80.39%-
XYZ49.7144.6163.12-
YUV181.99140.42144.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=35.65%
G=28.87%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516620400.190.000.20301.5428.0672.75
HexCDA6CC01301412e1c49
Octal31524631402302445634111
Binary110011011010011011001100010011010100100101110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6CC; }

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

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

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

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

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

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

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

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