#EAFDD0

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

Shades of Snow Flurry #EAFDD0

Tints of Snow Flurry #EAFDD0

Color information

#EAFDD0 (or 0xEAFDD0) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and D0. RGB value is (234,253,208). Sum of RGB (Red+Green+Blue) = 234+253+208=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDD0 is #15022F. Grayscale: #F2F2F2. Windows color (decimal): -1376816 or 13696490. OLE color: 13696490.

HSL color Cylindrical-coordinate representation of color #EAFDD0: hue angle of 85.33º 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 #EAFDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB234253208-
CMYK0.0800.180.01
HSL85.33º91.84%90.39%-
HSV(B)85.33º17.79%99.22%-
XYZ80.4492.373.25-
YUV242.19108.71122.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 208 (81.64% from 255) = 29.93%
R=33.67%
G=36.40%
B=29.93%

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
Decimal2342532080.0800.180.0185.3391.8490.39
HexEAFDD080121555c5a
Octal352375320100221125134132
Binary11101010111111011101000010000100101101010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDD0; }

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

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

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

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

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

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

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

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