#CE85B9

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

Shades of Lily #CE85B9

Tints of Lily #CE85B9

Color information

#CE85B9 (or 0xCE85B9) is unknown color: approx Lily. HEX triplet: CE, 85 and B9. RGB value is (206,133,185). Sum of RGB (Red+Green+Blue) = 206+133+185=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85B9 is #317A46. Grayscale: #A0A0A0. Windows color (decimal): -3242567 or 12158414. OLE color: 12158414.

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

Color convert

RGB206133185-
CMYK00.350.100.19
HSL317.26º42.69%66.47%-
HSV(B)317.26º35.44%80.78%-
XYZ42.633.450.1-
YUV160.76141.68160.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=39.31%
G=25.38%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613318500.350.100.19317.2642.6966.47
HexCE85B9023A1313d2b42
Octal316205271043122347553102
Binary11001110100001011011100101000111010100111001111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85B9; }

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

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

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

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

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

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

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

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