#E1E4CE

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

Shades of Frost #E1E4CE

Tints of Frost #E1E4CE

Color information

#E1E4CE (or 0xE1E4CE) is unknown color: approx Frost. HEX triplet: E1, E4 and CE. RGB value is (225,228,206). Sum of RGB (Red+Green+Blue) = 225+228+206=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4CE is #1E1B31. Grayscale: #E0E0E0. Windows color (decimal): -1973042 or 13559009. OLE color: 13559009.

HSL color Cylindrical-coordinate representation of color #E1E4CE: hue angle of 68.18º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1E4CE is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB225228206-
CMYK0.0100.100.11
HSL68.18º28.95%85.1%-
HSV(B)68.18º9.65%89.41%-
XYZ69.9475.9569.37-
YUV224.6117.51128.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.14%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=34.14%
G=34.60%
B=31.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252282060.0100.100.1168.1828.9585.1
HexE1E4CE10AB441d55
Octal34134431610121310435125
Binary11100001111001001100111010101010111000100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E4CE; }

 p { color: rgb(225,228,206); }

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

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

 a { background-color: rgb(225,228,206); }

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

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

 span { border-color: rgb(225,228,206); }

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