Html Css Color HEX #EAF2CC Snow Flurry

📋 copy color: '#EAF2CC'

red 234 ◦ green 242 ◦ blue 204

#EAF2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #EAF2CC

Tints of Snow Flurry #EAF2CC

RGB

 RED value IS 234 (91.8% from 255) = 34.41%

 GREEN value IS 242 (94.92% from 255) = 35.59%

 BLUE value IS 204 (80.08% from 255) = 30%

R = 34.41%
G = 35.59%
B = 30%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EAF2CC (or 0xEAF2CC) is known color: Snow Flurry. HEX triplet: EA, F2 and CC. RGB value is (234,242,204). Sum of RGB (Red+Green+Blue) = 234+242+204=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2CC is #150D33. Grayscale: #EBEBEB. Windows color (decimal): -1379636 or 13431530. OLE color: 13431530.

HSL color Cylindrical-coordinate representation of color #EAF2CC: hue angle of 72.63º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAF2CC is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 204 -
CMYK 0.03 0 0.16 0.05
HSL 72.63º 0.59% 0.87% -
HSV(B) 72.63º 0.16% 0.95% -
XYZ 76.58 85.36 69.57 -
YUV 235.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 234 242 204 0.03 0 0.16 0.05 72.63 0.59 0.87
Hex EA F2 CC 3 0 10 5 49 3B 57
Octal 352 362 314 3 0 20 5 111 73 127
Binary 11101010 11110010 11001100 11 0 10000 101 1001001 111011 1010111

Color Harmonies of #EAF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2CC

Black with #EAF2CC

Text Example


Text Example

White with #EAF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2CC; }

 p { color: rgb(234,242,204); }

 H1.HeaderClassName
 {
   color: #EAF2CC;
 }
 .AnyTagClassName
 {
   color: #EAF2CC;
 }
</style>

background-color css

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

 a { background-color: rgb(234,242,204); }

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

border-color css

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

 span { border-color: rgb(234,242,204); }

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