#CAAEC6

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

Shades of Lilac #CAAEC6

Tints of Lilac #CAAEC6

Color information

#CAAEC6 (or 0xCAAEC6) is unknown color: approx Lilac. HEX triplet: CA, AE and C6. RGB value is (202,174,198). Sum of RGB (Red+Green+Blue) = 202+174+198=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC6 is #355139. Grayscale: #B9B9B9. Windows color (decimal): -3494202 or 13020874. OLE color: 13020874.

HSL color Cylindrical-coordinate representation of color #CAAEC6: hue angle of 308.57º 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 #CAAEC6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202174198-
CMYK00.140.020.21
HSL308.57º20.9%73.73%-
HSV(B)308.57º13.86%79.22%-
XYZ49.6946.9159.86-
YUV185.11135.28140.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=35.19%
G=30.31%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217419800.140.020.21308.5720.973.73
HexCAAEC60E215135154a
Octal31225630601622546525112
Binary110010101010111011000110011101010101100110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEC6; }

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

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

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

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

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

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

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

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