Html Css Color HEX #EAFDC7 Snow Flurry

📋 copy color: '#EAFDC7'

red 234 ◦ green 253 ◦ blue 199

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

Shades of Snow Flurry #EAFDC7

Tints of Snow Flurry #EAFDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.01%

R = 34.11%
G = 36.88%
B = 29.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#EAFDC7 (or 0xEAFDC7) is known color: Snow Flurry. HEX triplet: EA, FD and C7. RGB value is (234,253,199). Sum of RGB (Red+Green+Blue) = 234+253+199=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 199 (78.12% from 255 or 29.01% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC7 is #150238. Grayscale: #F1F1F1. Windows color (decimal): -1376825 or 13106666. OLE color: 13106666.

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

Color convert

RGB 234 253 199 -
CMYK 0.08 0 0.21 0.01
HSL 81.11º 0.93% 0.89% -
HSV(B) 81.11º 0.21% 0.99% -
XYZ 79.37 91.87 67.58 -
YUV 241.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 234 253 199 0.08 0 0.21 0.01 81.11 0.93 0.89
Hex EA FD C7 8 0 15 1 51 5D 59
Octal 352 375 307 10 0 25 1 121 135 131
Binary 11101010 11111101 11000111 1000 0 10101 1 1010001 1011101 1011001

Color Harmonies of #EAFDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDC7

Black with #EAFDC7

Text Example


Text Example

White with #EAFDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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