#EAF8CD

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

Shades of Snow Flurry #EAF8CD

Tints of Snow Flurry #EAF8CD

Color information

#EAF8CD (or 0xEAF8CD) is unknown color: approx Snow Flurry. HEX triplet: EA, F8 and CD. RGB value is (234,248,205). Sum of RGB (Red+Green+Blue) = 234+248+205=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 205 (80.47% from 255 or 29.84% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8CD is #150732. Grayscale: #EFEFEF. Windows color (decimal): -1378099 or 13498602. OLE color: 13498602.

HSL color Cylindrical-coordinate representation of color #EAF8CD: hue angle of 79.53º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAF8CD is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB234248205-
CMYK0.0600.170.03
HSL79.53º75.44%88.82%-
HSV(B)79.53º17.34%97.25%-
XYZ78.5289.0470.8-
YUV238.91108.86124.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 248 (97.27% from 255) = 36.10%
BLUE value IS 205 (80.47% from 255) = 29.84%
R=34.06%
G=36.10%
B=29.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482050.0600.170.0379.5375.4488.82
HexEAF8CD60113504b59
Octal35237031560213120113131
Binary11101010111110001100110111001000111101000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8CD; }

 p { color: rgb(234,248,205); }

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

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

 a { background-color: rgb(234,248,205); }

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

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

 span { border-color: rgb(234,248,205); }

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