Html Css Color HEX #EAFDB9 Snow Flurry

📋 copy color: '#EAFDB9'

red 234 ◦ green 253 ◦ blue 185

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

Shades of Snow Flurry #EAFDB9

Tints of Snow Flurry #EAFDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.65%

 BLUE value IS 185 (72.66% from 255) = 27.53%

R = 34.82%
G = 37.65%
B = 27.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#EAFDB9 (or 0xEAFDB9) is known color: Snow Flurry. HEX triplet: EA, FD and B9. RGB value is (234,253,185). Sum of RGB (Red+Green+Blue) = 234+253+185=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 185 (72.66% from 255 or 27.53% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDB9 is #150246. Grayscale: #EFEFEF. Windows color (decimal): -1376839 or 12189162. OLE color: 12189162.

HSL color Cylindrical-coordinate representation of color #EAFDB9: hue angle of 76.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAFDB9 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 185 -
CMYK 0.08 0 0.27 0.01
HSL 76.76º 0.94% 0.86% -
HSV(B) 76.76º 0.27% 0.99% -
XYZ 77.81 91.25 59.41 -
YUV 239.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 234 253 185 0.08 0 0.27 0.01 76.76 0.94 0.86
Hex EA FD B9 8 0 1B 1 4D 5E 56
Octal 352 375 271 10 0 33 1 115 136 126
Binary 11101010 11111101 10111001 1000 0 11011 1 1001101 1011110 1010110

Color Harmonies of #EAFDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDB9

Black with #EAFDB9

Text Example


Text Example

White with #EAFDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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