#CAAECB

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

Shades of Lilac #CAAECB

Tints of Lilac #CAAECB

Color information

#CAAECB (or 0xCAAECB) is unknown color: approx Lilac. HEX triplet: CA, AE and CB. RGB value is (202,174,203). Sum of RGB (Red+Green+Blue) = 202+174+203=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECB is #355134. Grayscale: #B9B9B9. Windows color (decimal): -3494197 or 13348554. OLE color: 13348554.

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

Color convert

RGB202174203-
CMYK0.000.1400.20
HSL297.93º21.8%73.92%-
HSV(B)297.93º14.29%79.61%-
XYZ50.2747.1462.95-
YUV185.68137.78139.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=34.89%
G=30.05%
B=35.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021742030.000.1400.20297.9321.873.92
HexCAAECB0E01412a164a
Octal31225631301602445226112
Binary11001010101011101100101101110010100100101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAECB; }

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

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

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

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

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

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

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

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