#CE8EBB

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

Shades of Lily #CE8EBB

Tints of Lily #CE8EBB

Color information

#CE8EBB (or 0xCE8EBB) is unknown color: approx Lily. HEX triplet: CE, 8E and BB. RGB value is (206,142,187). Sum of RGB (Red+Green+Blue) = 206+142+187=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EBB is #317144. Grayscale: #A6A6A6. Windows color (decimal): -3240261 or 12291790. OLE color: 12291790.

HSL color Cylindrical-coordinate representation of color #CE8EBB: hue angle of 317.81º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8EBB is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206142187-
CMYK00.310.090.19
HSL317.81º39.51%68.24%-
HSV(B)317.81º31.07%80.78%-
XYZ44.136.0651.65-
YUV166.27139.7156.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=38.50%
G=26.54%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614218700.310.090.19317.8139.5168.24
HexCE8EBB01F91313e2844
Octal316216273037112347650104
Binary1100111010001110101110110111111001100111001111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EBB; }

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

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

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

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

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

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

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

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