#CB9CBE

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

Shades of Lily #CB9CBE

Tints of Lily #CB9CBE

Color information

#CB9CBE (or 0xCB9CBE) is unknown color: approx Lily. HEX triplet: CB, 9C and BE. RGB value is (203,156,190). Sum of RGB (Red+Green+Blue) = 203+156+190=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CBE is #346341. Grayscale: #ADADAD. Windows color (decimal): -3433282 or 12491979. OLE color: 12491979.

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

Color convert

RGB203156190-
CMYK00.230.060.20
HSL316.6º31.13%70.39%-
HSV(B)316.6º23.15%79.61%-
XYZ45.8140.1954.06-
YUV173.93137.07148.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=36.98%
G=28.42%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315619000.230.060.20316.631.1370.39
HexCB9CBE01761413d1f46
Octal31323427602762447537106
Binary11001011100111001011111001011111010100100111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CBE; }

 p { color: rgb(203,156,190); }

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

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

 a { background-color: rgb(203,156,190); }

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

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

 span { border-color: rgb(203,156,190); }

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