#CAA3CE

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

Shades of Lilac #CAA3CE

Tints of Lilac #CAA3CE

Color information

#CAA3CE (or 0xCAA3CE) is unknown color: approx Lilac. HEX triplet: CA, A3 and CE. RGB value is (202,163,206). Sum of RGB (Red+Green+Blue) = 202+163+206=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3CE is #355C31. Grayscale: #B3B3B3. Windows color (decimal): -3497010 or 13542346. OLE color: 13542346.

HSL color Cylindrical-coordinate representation of color #CAA3CE: hue angle of 294.42º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA3CE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202163206-
CMYK0.020.2100.19
HSL294.42º30.5%72.35%-
HSV(B)294.42º20.87%80.78%-
XYZ48.5943.2164.17-
YUV179.56142.92144-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=35.38%
G=28.55%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021632060.020.2100.19294.4230.572.35
HexCAA3CE2150131261e48
Octal31224331622502344636110
Binary1100101010100011110011101010101010011100100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3CE; }

 p { color: rgb(202,163,206); }

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

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

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

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

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

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

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