Html Css Color HEX #EAFCD4 Snow Flurry

📋 copy color: '#EAFCD4'

red 234 ◦ green 252 ◦ blue 212

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

Shades of Snow Flurry #EAFCD4

Tints of Snow Flurry #EAFCD4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.1%

 BLUE value IS 212 (83.2% from 255) = 30.37%

R = 33.52%
G = 36.1%
B = 30.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#EAFCD4 (or 0xEAFCD4) is known color: Snow Flurry. HEX triplet: EA, FC and D4. RGB value is (234,252,212). Sum of RGB (Red+Green+Blue) = 234+252+212=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 212 (83.20% from 255 or 30.37% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCD4 is #15032B. Grayscale: #F2F2F2. Windows color (decimal): -1377068 or 13958378. OLE color: 13958378.

HSL color Cylindrical-coordinate representation of color #EAFCD4: hue angle of 87º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAFCD4 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 252 212 -
CMYK 0.07 0 0.16 0.01
HSL 87º 0.87% 0.91% -
HSV(B) 87º 0.16% 0.99% -
XYZ 80.63 91.87 75.77 -
YUV 242.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 234 252 212 0.07 0 0.16 0.01 87 0.87 0.91
Hex EA FC D4 7 0 10 1 57 57 5B
Octal 352 374 324 7 0 20 1 127 127 133
Binary 11101010 11111100 11010100 111 0 10000 1 1010111 1010111 1011011

Color Harmonies of #EAFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFCD4

Black with #EAFCD4

Text Example


Text Example

White with #EAFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFCD4; }

 p { color: rgb(234,252,212); }

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

background-color css

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

 a { background-color: rgb(234,252,212); }

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

border-color css

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

 span { border-color: rgb(234,252,212); }

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