#CB98CE

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

Shades of Lilac #CB98CE

Tints of Lilac #CB98CE

Color information

#CB98CE (or 0xCB98CE) is unknown color: approx Lilac. HEX triplet: CB, 98 and CE. RGB value is (203,152,206). Sum of RGB (Red+Green+Blue) = 203+152+206=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98CE is #346731. Grayscale: #ADADAD. Windows color (decimal): -3434290 or 13539531. OLE color: 13539531.

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

Color convert

RGB203152206-
CMYK0.010.2600.19
HSL296.67º35.53%70.2%-
HSV(B)296.67º26.21%80.78%-
XYZ4739.6163.56-
YUV173.4146.4149.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=36.19%
G=27.09%
B=36.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031522060.010.2600.19296.6735.5370.2
HexCB98CE11A0131292446
Octal31323031613202345144106
Binary1100101110011000110011101110100100111001010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98CE; }

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

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

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

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

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

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

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

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