#CAAECA

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

Shades of Lilac #CAAECA

Tints of Lilac #CAAECA

Color information

#CAAECA (or 0xCAAECA) is unknown color: approx Lilac. HEX triplet: CA, AE and CA. RGB value is (202,174,202). Sum of RGB (Red+Green+Blue) = 202+174+202=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECA is #355135. Grayscale: #B9B9B9. Windows color (decimal): -3494198 or 13283018. OLE color: 13283018.

HSL color Cylindrical-coordinate representation of color #CAAECA: hue angle of 300º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAECA is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202174202-
CMYK00.1400.21
HSL300º20.9%73.73%-
HSV(B)300º13.86%79.22%-
XYZ50.1547.0962.32-
YUV185.56137.28139.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=34.95%
G=30.10%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217420200.1400.2130020.973.73
HexCAAECA0E01512c154a
Octal31225631201602545425112
Binary11001010101011101100101001110010101100101100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAECA; }

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

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

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

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

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

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

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

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