#E8FDD0

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

Shades of Snow Flurry #E8FDD0

Tints of Snow Flurry #E8FDD0

Color information

#E8FDD0 (or 0xE8FDD0) is unknown color: approx Snow Flurry. HEX triplet: E8, FD and D0. RGB value is (232,253,208). Sum of RGB (Red+Green+Blue) = 232+253+208=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FDD0 is #17022F. Grayscale: #F1F1F1. Windows color (decimal): -1507888 or 13696488. OLE color: 13696488.

HSL color Cylindrical-coordinate representation of color #E8FDD0: hue angle of 88º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8FDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB232253208-
CMYK0.0800.180.01
HSL88º91.84%90.39%-
HSV(B)88º17.79%99.22%-
XYZ79.7991.9673.22-
YUV241.59109.04121.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.48%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 208 (81.64% from 255) = 30.01%
R=33.48%
G=36.51%
B=30.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2322532080.0800.180.018891.8490.39
HexE8FDD080121585c5a
Octal350375320100221130134132
Binary11101000111111011101000010000100101101100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FDD0; }

 p { color: rgb(232,253,208); }

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

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

 a { background-color: rgb(232,253,208); }

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

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

 span { border-color: rgb(232,253,208); }

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