#CE85BB

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

Shades of Lily #CE85BB

Tints of Lily #CE85BB

Color information

#CE85BB (or 0xCE85BB) is unknown color: approx Lily. HEX triplet: CE, 85 and BB. RGB value is (206,133,187). Sum of RGB (Red+Green+Blue) = 206+133+187=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85BB is #317A44. Grayscale: #A0A0A0. Windows color (decimal): -3242565 or 12289486. OLE color: 12289486.

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

Color convert

RGB206133187-
CMYK00.350.090.19
HSL315.62º42.69%66.47%-
HSV(B)315.62º35.44%80.78%-
XYZ42.8133.4851.22-
YUV160.98142.68160.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=39.16%
G=25.29%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613318700.350.090.19315.6242.6966.47
HexCE85BB02391313c2b42
Octal316205273043112347453102
Binary11001110100001011011101101000111001100111001111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85BB; }

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

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

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

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

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

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

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

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