#CAABCF

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

Shades of Lilac #CAABCF

Tints of Lilac #CAABCF

Color information

#CAABCF (or 0xCAABCF) is unknown color: approx Lilac. HEX triplet: CA, AB and CF. RGB value is (202,171,207). Sum of RGB (Red+Green+Blue) = 202+171+207=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABCF is #355430. Grayscale: #B8B8B8. Windows color (decimal): -3494961 or 13609930. OLE color: 13609930.

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

Color convert

RGB202171207-
CMYK0.020.1700.19
HSL291.67º27.27%74.12%-
HSV(B)291.67º17.39%81.18%-
XYZ50.1846.1965.3-
YUV184.37140.77140.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=34.83%
G=29.48%
B=35.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021712070.020.1700.19291.6727.2774.12
HexCAABCF2110131241b4a
Octal31225331722102344433112
Binary1100101010101011110011111010001010011100100100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABCF; }

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

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

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

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

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

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

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

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