#E1E3C0

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

Shades of Frost #E1E3C0

Tints of Frost #E1E3C0

Color information

#E1E3C0 (or 0xE1E3C0) is unknown color: approx Frost. HEX triplet: E1, E3 and C0. RGB value is (225,227,192). Sum of RGB (Red+Green+Blue) = 225+227+192=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3C0 is #1E1C3F. Grayscale: #DEDEDE. Windows color (decimal): -1973312 or 12641249. OLE color: 12641249.

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

Color convert

RGB225227192-
CMYK0.0100.150.11
HSL63.43º38.46%82.16%-
HSV(B)63.43º15.42%89.02%-
XYZ68.0374.7560.71-
YUV222.41110.84129.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 227 (89.06% from 255) = 35.25%
BLUE value IS 192 (75.39% from 255) = 29.81%
R=34.94%
G=35.25%
B=29.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252271920.0100.150.1163.4338.4682.16
HexE1E3C010FB3f2652
Octal3413433001017137746122
Binary11100001111000111100000010111110111111111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E3C0; }

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

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

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

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

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

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

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

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