#CDAECA

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

Shades of Lilac #CDAECA

Tints of Lilac #CDAECA

Color information

#CDAECA (or 0xCDAECA) is unknown color: approx Lilac. HEX triplet: CD, AE and CA. RGB value is (205,174,202). Sum of RGB (Red+Green+Blue) = 205+174+202=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAECA is #325135. Grayscale: #BABABA. Windows color (decimal): -3297590 or 13283021. OLE color: 13283021.

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

Color convert

RGB205174202-
CMYK00.150.010.20
HSL305.81º23.66%74.31%-
HSV(B)305.81º15.12%80.39%-
XYZ50.9747.5262.36-
YUV186.46136.77141.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=35.28%
G=29.95%
B=34.77%

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
Decimal20517420200.150.010.20305.8123.6674.31
HexCDAECA0F114132184a
Octal31525631201712446230112
Binary11001101101011101100101001111110100100110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAECA; }

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

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

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

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

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

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

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

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