#CB8BBF

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

Shades of Lilac #CB8BBF

Tints of Lilac #CB8BBF

Color information

#CB8BBF (or 0xCB8BBF) is unknown color: approx Lilac. HEX triplet: CB, 8B and BF. RGB value is (203,139,191). Sum of RGB (Red+Green+Blue) = 203+139+191=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BBF is #347440. Grayscale: #A3A3A3. Windows color (decimal): -3437633 or 12553163. OLE color: 12553163.

HSL color Cylindrical-coordinate representation of color #CB8BBF: hue angle of 311.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8BBF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203139191-
CMYK00.320.060.20
HSL311.25º38.1%67.06%-
HSV(B)311.25º31.53%79.61%-
XYZ43.2734.9253.75-
YUV164.06143.2155.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 139 (54.69% from 255) = 26.08%
BLUE value IS 191 (75% from 255) = 35.83%
R=38.09%
G=26.08%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313919100.320.060.20311.2538.167.06
HexCB8BBF0206141372643
Octal31321327704062446746103
Binary1100101110001011101111110100000110101001001101111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8BBF; }

 p { color: rgb(203,139,191); }

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

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

 a { background-color: rgb(203,139,191); }

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

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

 span { border-color: rgb(203,139,191); }

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