Html Css Color HEX #EAFFC7 Snow Flurry

📋 copy color: '#EAFFC7'

red 234 ◦ green 255 ◦ blue 199

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

Shades of Snow Flurry #EAFFC7

Tints of Snow Flurry #EAFFC7

RGB

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

 GREEN value IS 255 (100% from 255) = 37.06%

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

R = 34.01%
G = 37.06%
B = 28.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#EAFFC7 (or 0xEAFFC7) is known color: Snow Flurry. HEX triplet: EA, FF and C7. RGB value is (234,255,199). Sum of RGB (Red+Green+Blue) = 234+255+199=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC7 is #150038. Grayscale: #F2F2F2. Windows color (decimal): -1376313 or 13107178. OLE color: 13107178.

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

Color convert

RGB 234 255 199 -
CMYK 0.08 0 0.22 0
HSL 82.5º 1% 0.89% -
HSV(B) 82.5º 0.22% 1% -
XYZ 80 93.14 67.79 -
YUV 242.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 234 255 199 0.08 0 0.22 0 82.5 1 0.89
Hex EA FF C7 8 0 16 0 52 64 59
Octal 352 377 307 10 0 26 0 122 144 131
Binary 11101010 11111111 11000111 1000 0 10110 0 1010010 1100100 1011001

Color Harmonies of #EAFFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFC7

Black with #EAFFC7

Text Example


Text Example

White with #EAFFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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