#CE94AE

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

Shades of Lily #CE94AE

Tints of Lily #CE94AE

Color information

#CE94AE (or 0xCE94AE) is unknown color: approx Lily. HEX triplet: CE, 94 and AE. RGB value is (206,148,174). Sum of RGB (Red+Green+Blue) = 206+148+174=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE94AE is #316B51. Grayscale: #A8A8A8. Windows color (decimal): -3238738 or 11441358. OLE color: 11441358.

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

Color convert

RGB206148174-
CMYK00.280.160.19
HSL333.1º37.18%69.41%-
HSV(B)333.1º28.16%80.78%-
XYZ43.6837.3644.95-
YUV168.31131.22154.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=39.02%
G=28.03%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614817400.280.160.19333.137.1869.41
HexCE94AE01C101314d2545
Octal316224256034202351545105
Binary11001110100101001010111001110010000100111010011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94AE; }

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

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

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

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

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

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

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

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