#CAB3CC

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

Shades of Lilac #CAB3CC

Tints of Lilac #CAB3CC

Color information

#CAB3CC (or 0xCAB3CC) is unknown color: approx Lilac. HEX triplet: CA, B3 and CC. RGB value is (202,179,204). Sum of RGB (Red+Green+Blue) = 202+179+204=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3CC is #354C33. Grayscale: #BCBCBC. Windows color (decimal): -3492916 or 13415370. OLE color: 13415370.

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

Color convert

RGB202179204-
CMYK0.010.1200.2
HSL295.2º19.69%75.1%-
HSV(B)295.2º12.25%80%-
XYZ51.3849.1663.91-
YUV188.73136.62137.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 179 (70.31% from 255) = 30.60%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=34.53%
G=30.60%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021792040.010.1200.2295.219.6975.1
HexCAB3CC1C014127144b
Octal31226331411402444724113
Binary11001010101100111100110011100010100100100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3CC; }

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

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

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

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

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

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

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

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