Html Css Color HEX #EAFDD4 Snow Flurry

📋 copy color: '#EAFDD4'

red 234 ◦ green 253 ◦ blue 212

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

Shades of Snow Flurry #EAFDD4

Tints of Snow Flurry #EAFDD4

RGB

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

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

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

R = 33.48%
G = 36.19%
B = 30.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#EAFDD4 (or 0xEAFDD4) is known color: Snow Flurry. HEX triplet: EA, FD and D4. RGB value is (234,253,212). Sum of RGB (Red+Green+Blue) = 234+253+212=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 212 (83.20% from 255 or 30.33% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDD4 is #15022B. Grayscale: #F2F2F2. Windows color (decimal): -1376812 or 13958634. OLE color: 13958634.

HSL color Cylindrical-coordinate representation of color #EAFDD4: hue angle of 87.8º degrees, saturation: 0.91, 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 #EAFDD4 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 212 -
CMYK 0.08 0 0.16 0.01
HSL 87.8º 0.91% 0.91% -
HSV(B) 87.8º 0.16% 0.99% -
XYZ 80.94 92.5 75.87 -
YUV 242.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 234 253 212 0.08 0 0.16 0.01 87.8 0.91 0.91
Hex EA FD D4 8 0 10 1 58 5B 5B
Octal 352 375 324 10 0 20 1 130 133 133
Binary 11101010 11111101 11010100 1000 0 10000 1 1011000 1011011 1011011

Color Harmonies of #EAFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDD4

Black with #EAFDD4

Text Example


Text Example

White with #EAFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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