#CB8EBB

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

Shades of Lily #CB8EBB

Tints of Lily #CB8EBB

Color information

#CB8EBB (or 0xCB8EBB) is unknown color: approx Lily. HEX triplet: CB, 8E and BB. RGB value is (203,142,187). Sum of RGB (Red+Green+Blue) = 203+142+187=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EBB is #347144. Grayscale: #A5A5A5. Windows color (decimal): -3436869 or 12291787. OLE color: 12291787.

HSL color Cylindrical-coordinate representation of color #CB8EBB: hue angle of 315.74º 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 #CB8EBB is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203142187-
CMYK00.300.080.20
HSL315.74º36.97%67.65%-
HSV(B)315.74º30.05%79.61%-
XYZ43.2735.6351.61-
YUV165.37140.21154.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=38.16%
G=26.69%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314218700.300.080.20315.7436.9767.65
HexCB8EBB01E81413c2544
Octal313216273036102447445104
Binary1100101110001110101110110111101000101001001111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EBB; }

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

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

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

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

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

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

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

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