#EAF4CD

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

Shades of Snow Flurry #EAF4CD

Tints of Snow Flurry #EAF4CD

Color information

#EAF4CD (or 0xEAF4CD) is unknown color: approx Snow Flurry. HEX triplet: EA, F4 and CD. RGB value is (234,244,205). Sum of RGB (Red+Green+Blue) = 234+244+205=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4CD is #150B32. Grayscale: #ECECEC. Windows color (decimal): -1379123 or 13497578. OLE color: 13497578.

HSL color Cylindrical-coordinate representation of color #EAF4CD: hue angle of 75.38º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAF4CD is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB234244205-
CMYK0.0400.160.04
HSL75.38º63.93%88.04%-
HSV(B)75.38º15.98%95.69%-
XYZ77.386.670.4-
YUV236.56110.19126.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 244 (95.70% from 255) = 35.72%
BLUE value IS 205 (80.47% from 255) = 30.01%
R=34.26%
G=35.72%
B=30.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342442050.0400.160.0475.3863.9388.04
HexEAF4CD401044b4058
Octal35236431540204113100130
Binary111010101111010011001101100010000100100101110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4CD; }

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

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

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

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

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

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

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

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