Html Css Color HEX #EAFAD2 Snow Flurry

📋 copy color: '#EAFAD2'

red 234 ◦ green 250 ◦ blue 210

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

Shades of Snow Flurry #EAFAD2

Tints of Snow Flurry #EAFAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.02%

 BLUE value IS 210 (82.42% from 255) = 30.26%

R = 33.72%
G = 36.02%
B = 30.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#EAFAD2 (or 0xEAFAD2) is known color: Snow Flurry. HEX triplet: EA, FA and D2. RGB value is (234,250,210). Sum of RGB (Red+Green+Blue) = 234+250+210=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 210 (82.42% from 255 or 30.26% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAD2 is #15052D. Grayscale: #F0F0F0. Windows color (decimal): -1377582 or 13826794. OLE color: 13826794.

HSL color Cylindrical-coordinate representation of color #EAFAD2: hue angle of 84º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAFAD2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 250 210 -
CMYK 0.06 0 0.16 0.02
HSL 84º 0.8% 0.9% -
HSV(B) 84º 0.16% 0.98% -
XYZ 79.75 90.52 74.24 -
YUV 240.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 234 250 210 0.06 0 0.16 0.02 84 0.8 0.9
Hex EA FA D2 6 0 10 2 54 50 5A
Octal 352 372 322 6 0 20 2 124 120 132
Binary 11101010 11111010 11010010 110 0 10000 10 1010100 1010000 1011010

Color Harmonies of #EAFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFAD2

Black with #EAFAD2

Text Example


Text Example

White with #EAFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFAD2; }

 p { color: rgb(234,250,210); }

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

background-color css

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

 a { background-color: rgb(234,250,210); }

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

border-color css

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

 span { border-color: rgb(234,250,210); }

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