#CBABC8

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

Shades of Lilac #CBABC8

Tints of Lilac #CBABC8

Color information

#CBABC8 (or 0xCBABC8) is unknown color: approx Lilac. HEX triplet: CB, AB and C8. RGB value is (203,171,200). Sum of RGB (Red+Green+Blue) = 203+171+200=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABC8 is #345437. Grayscale: #B7B7B7. Windows color (decimal): -3429432 or 13151179. OLE color: 13151179.

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

Color convert

RGB203171200-
CMYK00.160.010.20
HSL305.62º23.53%73.33%-
HSV(B)305.62º15.76%79.61%-
XYZ49.6245.9960.91-
YUV183.87137.1141.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=35.37%
G=29.79%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317120000.160.010.20305.6223.5373.33
HexCBABC80101141321849
Octal31325331002012446230111
Binary110010111010101111001000010000110100100110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABC8; }

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

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

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

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

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

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

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

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