#CB9EC6

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

Shades of Lilac #CB9EC6

Tints of Lilac #CB9EC6

Color information

#CB9EC6 (or 0xCB9EC6) is unknown color: approx Lilac. HEX triplet: CB, 9E and C6. RGB value is (203,158,198). Sum of RGB (Red+Green+Blue) = 203+158+198=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EC6 is #346139. Grayscale: #AFAFAF. Windows color (decimal): -3432762 or 13016779. OLE color: 13016779.

HSL color Cylindrical-coordinate representation of color #CB9EC6: hue angle of 306.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CB9EC6 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203158198-
CMYK00.220.020.20
HSL306.67º30.2%70.78%-
HSV(B)306.67º22.17%79.61%-
XYZ47.0541.2358.9-
YUV176.02140.41147.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=36.31%
G=28.26%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315819800.220.020.20306.6730.270.78
HexCB9EC60162141331e47
Octal31323630602622446336107
Binary1100101110011110110001100101101010100100110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EC6; }

 p { color: rgb(203,158,198); }

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

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

 a { background-color: rgb(203,158,198); }

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

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

 span { border-color: rgb(203,158,198); }

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