#CE85B2

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

Shades of Lily #CE85B2

Tints of Lily #CE85B2

Color information

#CE85B2 (or 0xCE85B2) is unknown color: approx Lily. HEX triplet: CE, 85 and B2. RGB value is (206,133,178). Sum of RGB (Red+Green+Blue) = 206+133+178=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85B2 is #317A4D. Grayscale: #9F9F9F. Windows color (decimal): -3242574 or 11699662. OLE color: 11699662.

HSL color Cylindrical-coordinate representation of color #CE85B2: hue angle of 323.01º 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 #CE85B2 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206133178-
CMYK00.350.140.19
HSL323.01º42.69%66.47%-
HSV(B)323.01º35.44%80.78%-
XYZ41.8833.1146.3-
YUV159.96138.18160.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=39.85%
G=25.73%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613317800.350.140.19323.0142.6966.47
HexCE85B2023E131432b42
Octal316205262043162350353102
Binary11001110100001011011001001000111110100111010000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85B2; }

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

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

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

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

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

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

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

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