#E8EDC0

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

Shades of Frost #E8EDC0

Tints of Frost #E8EDC0

Color information

#E8EDC0 (or 0xE8EDC0) is unknown color: approx Frost. HEX triplet: E8, ED and C0. RGB value is (232,237,192). Sum of RGB (Red+Green+Blue) = 232+237+192=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDC0 is #17123F. Grayscale: #E6E6E6. Windows color (decimal): -1512000 or 12643816. OLE color: 12643816.

HSL color Cylindrical-coordinate representation of color #E8EDC0: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8EDC0 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB232237192-
CMYK0.0200.190.07
HSL66.67º55.56%84.12%-
HSV(B)66.67º18.99%92.94%-
XYZ73.0881.5361.75-
YUV230.38106.34129.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.10%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 192 (75.39% from 255) = 29.05%
R=35.10%
G=35.85%
B=29.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322371920.0200.190.0766.6755.5684.12
HexE8EDC020137433854
Octal3503553002023710370124
Binary1110100011101101110000001001001111110000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDC0; }

 p { color: rgb(232,237,192); }

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

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

 a { background-color: rgb(232,237,192); }

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

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

 span { border-color: rgb(232,237,192); }

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