#CE95BD

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

Shades of Lily #CE95BD

Tints of Lily #CE95BD

Color information

#CE95BD (or 0xCE95BD) is unknown color: approx Lily. HEX triplet: CE, 95 and BD. RGB value is (206,149,189). Sum of RGB (Red+Green+Blue) = 206+149+189=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95BD is #316A42. Grayscale: #AAAAAA. Windows color (decimal): -3238467 or 12424654. OLE color: 12424654.

HSL color Cylindrical-coordinate representation of color #CE95BD: hue angle of 317.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95BD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206149189-
CMYK00.280.080.19
HSL317.89º36.77%69.61%-
HSV(B)317.89º27.67%80.78%-
XYZ45.3938.2953.14-
YUV170.6138.38153.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=37.87%
G=27.39%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614918900.280.080.19317.8936.7769.61
HexCE95BD01C81313e2546
Octal316225275034102347645106
Binary1100111010010101101111010111001000100111001111101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95BD; }

 p { color: rgb(206,149,189); }

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

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

 a { background-color: rgb(206,149,189); }

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

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

 span { border-color: rgb(206,149,189); }

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