#CB9FCE

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

Shades of Lilac #CB9FCE

Tints of Lilac #CB9FCE

Color information

#CB9FCE (or 0xCB9FCE) is unknown color: approx Lilac. HEX triplet: CB, 9F and CE. RGB value is (203,159,206). Sum of RGB (Red+Green+Blue) = 203+159+206=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FCE is #346031. Grayscale: #B1B1B1. Windows color (decimal): -3432498 or 13541323. OLE color: 13541323.

HSL color Cylindrical-coordinate representation of color #CB9FCE: hue angle of 296.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9FCE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203159206-
CMYK0.010.2300.19
HSL296.17º32.41%71.57%-
HSV(B)296.17º22.82%80.78%-
XYZ48.1741.9563.95-
YUV177.51144.08146.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=35.74%
G=27.99%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031592060.010.2300.19296.1732.4171.57
HexCB9FCE1170131282048
Octal31323731612702345040110
Binary1100101110011111110011101101110100111001010001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FCE; }

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

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

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

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

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

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

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

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