#CDAECD

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

Shades of Lilac #CDAECD

Tints of Lilac #CDAECD

Color information

#CDAECD (or 0xCDAECD) is unknown color: approx Lilac. HEX triplet: CD, AE and CD. RGB value is (205,174,205). Sum of RGB (Red+Green+Blue) = 205+174+205=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAECD is #325132. Grayscale: #BABABA. Windows color (decimal): -3297587 or 13479629. OLE color: 13479629.

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

Color convert

RGB205174205-
CMYK00.1500.20
HSL300º23.66%74.31%-
HSV(B)300º15.12%80.39%-
XYZ51.3347.6664.25-
YUV186.8138.27140.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=35.10%
G=29.79%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517420500.1500.2030023.6674.31
HexCDAECD0F01412c184a
Octal31525631501702445430112
Binary11001101101011101100110101111010100100101100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAECD; }

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

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

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

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

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

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

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

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