#CAAFCB

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

Shades of Lilac #CAAFCB

Tints of Lilac #CAAFCB

Color information

#CAAFCB (or 0xCAAFCB) is unknown color: approx Lilac. HEX triplet: CA, AF and CB. RGB value is (202,175,203). Sum of RGB (Red+Green+Blue) = 202+175+203=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFCB is #355034. Grayscale: #BABABA. Windows color (decimal): -3493941 or 13348810. OLE color: 13348810.

HSL color Cylindrical-coordinate representation of color #CAAFCB: hue angle of 297.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAFCB is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202175203-
CMYK0.000.1400.20
HSL297.86º21.21%74.12%-
HSV(B)297.86º13.79%79.61%-
XYZ50.4747.5363.01-
YUV186.26137.45139.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 203 (79.69% from 255) = 35%
R=34.83%
G=30.17%
B=35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021752030.000.1400.20297.8621.2174.12
HexCAAFCB0E01412a154a
Octal31225731301602445225112
Binary11001010101011111100101101110010100100101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFCB; }

 p { color: rgb(202,175,203); }

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

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

 a { background-color: rgb(202,175,203); }

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

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

 span { border-color: rgb(202,175,203); }

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