#CAA1CC

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

Shades of Lilac #CAA1CC

Tints of Lilac #CAA1CC

Color information

#CAA1CC (or 0xCAA1CC) is unknown color: approx Lilac. HEX triplet: CA, A1 and CC. RGB value is (202,161,204). Sum of RGB (Red+Green+Blue) = 202+161+204=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1CC is #355E33. Grayscale: #B2B2B2. Windows color (decimal): -3497524 or 13410762. OLE color: 13410762.

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

Color convert

RGB202161204-
CMYK0.010.2100.2
HSL297.21º29.66%71.57%-
HSV(B)297.21º21.08%80%-
XYZ4842.4162.78-
YUV178.16142.58145-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=35.63%
G=28.40%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021612040.010.2100.2297.2129.6671.57
HexCAA1CC1150141291e48
Octal31224131412502445136110
Binary110010101010000111001100110101010100100101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1CC; }

 p { color: rgb(202,161,204); }

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

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

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

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

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

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

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