#CBABC7

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

Shades of Lilac #CBABC7

Tints of Lilac #CBABC7

Color information

#CBABC7 (or 0xCBABC7) is unknown color: approx Lilac. HEX triplet: CB, AB and C7. RGB value is (203,171,199). Sum of RGB (Red+Green+Blue) = 203+171+199=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABC7 is #345438. Grayscale: #B7B7B7. Windows color (decimal): -3429433 or 13085643. OLE color: 13085643.

HSL color Cylindrical-coordinate representation of color #CBABC7: hue angle of 307.5º 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 #CBABC7 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203171199-
CMYK00.160.020.20
HSL307.5º23.53%73.33%-
HSV(B)307.5º15.76%79.61%-
XYZ49.545.9560.29-
YUV183.76136.6141.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=35.43%
G=29.84%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317119900.160.020.20307.523.5373.33
HexCBABC70102141341849
Octal31325330702022446430111
Binary1100101110101011110001110100001010100100110100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABC7; }

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

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

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

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

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

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

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

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