#CDAECB

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

Shades of Lilac #CDAECB

Tints of Lilac #CDAECB

Color information

#CDAECB (or 0xCDAECB) is unknown color: approx Lilac. HEX triplet: CD, AE and CB. RGB value is (205,174,203). Sum of RGB (Red+Green+Blue) = 205+174+203=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAECB is #325134. Grayscale: #BABABA. Windows color (decimal): -3297589 or 13348557. OLE color: 13348557.

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

Color convert

RGB205174203-
CMYK00.150.010.20
HSL303.87º23.66%74.31%-
HSV(B)303.87º15.12%80.39%-
XYZ51.0947.5662.99-
YUV186.58137.27141.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=35.22%
G=29.90%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517420300.150.010.20303.8723.6674.31
HexCDAECB0F114130184a
Octal31525631301712446030112
Binary11001101101011101100101101111110100100110000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAECB; }

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

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

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

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

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

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

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

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