#CE85B3

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

Shades of Lily #CE85B3

Tints of Lily #CE85B3

Color information

#CE85B3 (or 0xCE85B3) is unknown color: approx Lily. HEX triplet: CE, 85 and B3. RGB value is (206,133,179). Sum of RGB (Red+Green+Blue) = 206+133+179=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85B3 is #317A4C. Grayscale: #9F9F9F. Windows color (decimal): -3242573 or 11765198. OLE color: 11765198.

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

Color convert

RGB206133179-
CMYK00.350.130.19
HSL322.19º42.69%66.47%-
HSV(B)322.19º35.44%80.78%-
XYZ41.9833.1546.83-
YUV160.07138.68160.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=39.77%
G=25.68%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613317900.350.130.19322.1942.6966.47
HexCE85B3023D131422b42
Octal316205263043152350253102
Binary11001110100001011011001101000111101100111010000101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85B3; }

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

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

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

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

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

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

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

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