#CE85B8

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

Shades of Lily #CE85B8

Tints of Lily #CE85B8

Color information

#CE85B8 (or 0xCE85B8) is unknown color: approx Lily. HEX triplet: CE, 85 and B8. RGB value is (206,133,184). Sum of RGB (Red+Green+Blue) = 206+133+184=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85B8 is #317A47. Grayscale: #A0A0A0. Windows color (decimal): -3242568 or 12092878. OLE color: 12092878.

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

Color convert

RGB206133184-
CMYK00.350.110.19
HSL318.08º42.69%66.47%-
HSV(B)318.08º35.44%80.78%-
XYZ42.4933.3649.55-
YUV160.64141.18160.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=39.39%
G=25.43%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613318400.350.110.19318.0842.6966.47
HexCE85B8023B1313e2b42
Octal316205270043132347653102
Binary11001110100001011011100001000111011100111001111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85B8; }

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

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

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

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

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

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

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

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