#CE88BB

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

Shades of Lily #CE88BB

Tints of Lily #CE88BB

Color information

#CE88BB (or 0xCE88BB) is unknown color: approx Lily. HEX triplet: CE, 88 and BB. RGB value is (206,136,187). Sum of RGB (Red+Green+Blue) = 206+136+187=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88BB is #317744. Grayscale: #A2A2A2. Windows color (decimal): -3241797 or 12290254. OLE color: 12290254.

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

Color convert

RGB206136187-
CMYK00.340.090.19
HSL316.29º41.67%67.06%-
HSV(B)316.29º33.98%80.78%-
XYZ43.2334.3251.36-
YUV162.74141.69158.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=38.94%
G=25.71%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613618700.340.090.19316.2941.6767.06
HexCE88BB02291313c2a43
Octal316210273042112347452103
Binary11001110100010001011101101000101001100111001111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88BB; }

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

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

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

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

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

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

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

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