#CBABCE

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

Shades of Lilac #CBABCE

Tints of Lilac #CBABCE

Color information

#CBABCE (or 0xCBABCE) is unknown color: approx Lilac. HEX triplet: CB, AB and CE. RGB value is (203,171,206). Sum of RGB (Red+Green+Blue) = 203+171+206=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABCE is #345431. Grayscale: #B8B8B8. Windows color (decimal): -3429426 or 13544395. OLE color: 13544395.

HSL color Cylindrical-coordinate representation of color #CBABCE: hue angle of 294.86º degrees, saturation: 0.26, 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 #CBABCE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203171206-
CMYK0.010.1700.19
HSL294.86º26.32%73.92%-
HSV(B)294.86º16.99%80.78%-
XYZ50.3346.2864.67-
YUV184.56140.1141.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=35%
G=29.48%
B=35.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031712060.010.1700.19294.8626.3273.92
HexCBABCE1110131271a4a
Octal31325331612102344732112
Binary110010111010101111001110110001010011100100111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABCE; }

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

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

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

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

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

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

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

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