#E0E1C3

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

Shades of Frost #E0E1C3

Tints of Frost #E0E1C3

Color information

#E0E1C3 (or 0xE0E1C3) is unknown color: approx Frost. HEX triplet: E0, E1 and C3. RGB value is (224,225,195). Sum of RGB (Red+Green+Blue) = 224+225+195=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1C3 is #1F1E3C. Grayscale: #DDDDDD. Windows color (decimal): -2039357 or 12837344. OLE color: 12837344.

HSL color Cylindrical-coordinate representation of color #E0E1C3: hue angle of 62º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0E1C3 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB224225195-
CMYK0.0000.130.12
HSL62º33.33%82.35%-
HSV(B)62º13.33%88.24%-
XYZ67.5273.6462.28-
YUV221.28113.17129.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 195 (76.56% from 255) = 30.28%
R=34.78%
G=34.94%
B=30.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251950.0000.130.126233.3382.35
HexE0E1C300DC3e2152
Octal3403413030015147641122
Binary11100000111000011100001100110111001111101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1C3; }

 p { color: rgb(224,225,195); }

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

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

 a { background-color: rgb(224,225,195); }

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

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

 span { border-color: rgb(224,225,195); }

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