#cb8ebe

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

Shades of Lily #CB8EBE

Tints of Lily #CB8EBE

Color information

#CB8EBE (or 0xCB8EBE) is unknown color: approx Lily. HEX triplet: CB, 8E and BE. RGB value is (203,142,190). Sum of RGB (Red+Green+Blue) = 203+142+190=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EBE is #347141. Grayscale: #A5A5A5. Windows color (decimal): -3436866 or 12488395. OLE color: 12488395.

HSL color Cylindrical-coordinate representation of color #CB8EBE: hue angle of 312.79º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EBE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203142190-
CMYK00.300.060.20
HSL312.79º36.97%67.65%-
HSV(B)312.79º30.05%79.61%-
XYZ43.635.7653.32-
YUV165.71141.71154.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=37.94%
G=26.54%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314219000.300.060.20312.7936.9767.65
HexCB8EBE01E6141392544
Octal31321627603662447145104
Binary110010111000111010111110011110110101001001110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8ebe; }

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

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

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

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

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

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

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

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