#CE94BD

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

Shades of Lily #CE94BD

Tints of Lily #CE94BD

Color information

#CE94BD (or 0xCE94BD) is unknown color: approx Lily. HEX triplet: CE, 94 and BD. RGB value is (206,148,189). Sum of RGB (Red+Green+Blue) = 206+148+189=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94BD is #316B42. Grayscale: #A9A9A9. Windows color (decimal): -3238723 or 12424398. OLE color: 12424398.

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

Color convert

RGB206148189-
CMYK00.280.080.19
HSL317.59º37.18%69.41%-
HSV(B)317.59º28.16%80.78%-
XYZ45.2337.9853.09-
YUV170.02138.72153.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=37.94%
G=27.26%
B=34.81%

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
Decimal20614818900.280.080.19317.5937.1869.41
HexCE94BD01C81313e2545
Octal316224275034102347645105
Binary1100111010010100101111010111001000100111001111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94BD; }

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

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

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

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

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

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

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

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