#E1E3CE

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

Shades of Frost #E1E3CE

Tints of Frost #E1E3CE

Color information

#E1E3CE (or 0xE1E3CE) is unknown color: approx Frost. HEX triplet: E1, E3 and CE. RGB value is (225,227,206). Sum of RGB (Red+Green+Blue) = 225+227+206=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3CE is #1E1C31. Grayscale: #E0E0E0. Windows color (decimal): -1973298 or 13558753. OLE color: 13558753.

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

Color convert

RGB225227206-
CMYK0.0100.090.11
HSL65.71º27.27%84.9%-
HSV(B)65.71º9.25%89.02%-
XYZ69.6675.469.28-
YUV224.01117.84128.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.19%
GREEN value IS 227 (89.06% from 255) = 34.50%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=34.19%
G=34.50%
B=31.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252272060.0100.090.1165.7127.2784.9
HexE1E3CE109B421b55
Octal34134331610111310233125
Binary11100001111000111100111010100110111000010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E3CE; }

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

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

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

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

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

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

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

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