#CBABCA

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

Shades of Lilac #CBABCA

Tints of Lilac #CBABCA

Color information

#CBABCA (or 0xCBABCA) is unknown color: approx Lilac. HEX triplet: CB, AB and CA. RGB value is (203,171,202). Sum of RGB (Red+Green+Blue) = 203+171+202=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABCA is #345435. Grayscale: #B8B8B8. Windows color (decimal): -3429430 or 13282251. OLE color: 13282251.

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

Color convert

RGB203171202-
CMYK00.160.000.20
HSL301.88º23.53%73.33%-
HSV(B)301.88º15.76%79.61%-
XYZ49.8546.0962.15-
YUV184.1138.1141.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=35.24%
G=29.69%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317120200.160.000.20301.8823.5373.33
HexCBABCA01001412e1849
Octal31325331202002445630111
Binary110010111010101111001010010000010100100101110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABCA; }

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

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

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

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

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

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

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

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