#CAABC7

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

Shades of Lilac #CAABC7

Tints of Lilac #CAABC7

Color information

#CAABC7 (or 0xCAABC7) is unknown color: approx Lilac. HEX triplet: CA, AB and C7. RGB value is (202,171,199). Sum of RGB (Red+Green+Blue) = 202+171+199=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC7 is #355438. Grayscale: #B7B7B7. Windows color (decimal): -3494969 or 13085642. OLE color: 13085642.

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

Color convert

RGB202171199-
CMYK00.150.010.21
HSL305.81º22.63%73.14%-
HSV(B)305.81º15.35%79.22%-
XYZ49.2345.8160.28-
YUV183.46136.77141.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=35.31%
G=29.90%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217119900.150.010.21305.8122.6373.14
HexCAABC70F1151321749
Octal31225330701712546227111
Binary11001010101010111100011101111110101100110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABC7; }

 p { color: rgb(202,171,199); }

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

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

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

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

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

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

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