Html Css Color HEX #EAFDC6 Snow Flurry

📋 copy color: '#EAFDC6'

red 234 ◦ green 253 ◦ blue 198

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

Shades of Snow Flurry #EAFDC6

Tints of Snow Flurry #EAFDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 28.91%

R = 34.16%
G = 36.93%
B = 28.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#EAFDC6 (or 0xEAFDC6) is known color: Snow Flurry. HEX triplet: EA, FD and C6. RGB value is (234,253,198). Sum of RGB (Red+Green+Blue) = 234+253+198=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC6 is #150239. Grayscale: #F1F1F1. Windows color (decimal): -1376826 or 13041130. OLE color: 13041130.

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

Color convert

RGB 234 253 198 -
CMYK 0.08 0 0.22 0.01
HSL 80.73º 0.93% 0.88% -
HSV(B) 80.73º 0.22% 0.99% -
XYZ 79.25 91.82 66.97 -
YUV 241.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 234 253 198 0.08 0 0.22 0.01 80.73 0.93 0.88
Hex EA FD C6 8 0 16 1 51 5D 58
Octal 352 375 306 10 0 26 1 121 135 130
Binary 11101010 11111101 11000110 1000 0 10110 1 1010001 1011101 1011000

Color Harmonies of #EAFDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDC6

Black with #EAFDC6

Text Example


Text Example

White with #EAFDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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