#CDAECC

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

Shades of Lilac #CDAECC

Tints of Lilac #CDAECC

Color information

#CDAECC (or 0xCDAECC) is unknown color: approx Lilac. HEX triplet: CD, AE and CC. RGB value is (205,174,204). Sum of RGB (Red+Green+Blue) = 205+174+204=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAECC is #325133. Grayscale: #BABABA. Windows color (decimal): -3297588 or 13414093. OLE color: 13414093.

HSL color Cylindrical-coordinate representation of color #CDAECC: hue angle of 301.94º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAECC is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205174204-
CMYK00.150.000.20
HSL301.94º23.66%74.31%-
HSV(B)301.94º15.12%80.39%-
XYZ51.2147.6163.62-
YUV186.69137.77141.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=35.16%
G=29.85%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517420400.150.000.20301.9423.6674.31
HexCDAECC0F01412e184a
Octal31525631401702445630112
Binary11001101101011101100110001111010100100101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAECC; }

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

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

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

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

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

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

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

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