#CB9ED1

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

Shades of Lilac #CB9ED1

Tints of Lilac #CB9ED1

Color information

#CB9ED1 (or 0xCB9ED1) is unknown color: approx Lilac. HEX triplet: CB, 9E and D1. RGB value is (203,158,209). Sum of RGB (Red+Green+Blue) = 203+158+209=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ED1 is #34612E. Grayscale: #B1B1B1. Windows color (decimal): -3432751 or 13737675. OLE color: 13737675.

HSL color Cylindrical-coordinate representation of color #CB9ED1: hue angle of 292.94º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9ED1 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203158209-
CMYK0.030.2400.18
HSL292.94º35.66%71.96%-
HSV(B)292.94º24.4%81.96%-
XYZ48.3641.7565.83-
YUV177.27145.91146.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=35.61%
G=27.72%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031582090.030.2400.18292.9435.6671.96
HexCB9ED13180121252448
Octal31323632133002244544110
Binary11001011100111101101000111110000100101001001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9ED1; }

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

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

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

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

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

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

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

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