Html Css Color HEX #EDFAC6 Snow Flurry

📋 copy color: '#EDFAC6'

red 237 ◦ green 250 ◦ blue 198

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

Shades of Snow Flurry #EDFAC6

Tints of Snow Flurry #EDFAC6

RGB

 RED value IS 237 (92.97% from 255) = 34.6%

 GREEN value IS 250 (98.05% from 255) = 36.5%

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

R = 34.6%
G = 36.5%
B = 28.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#EDFAC6 (or 0xEDFAC6) is known color: Snow Flurry. HEX triplet: ED, FA and C6. RGB value is (237,250,198). Sum of RGB (Red+Green+Blue) = 237+250+198=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC6 is #120539. Grayscale: #F0F0F0. Windows color (decimal): -1180986 or 13040365. OLE color: 13040365.

HSL color Cylindrical-coordinate representation of color #EDFAC6: hue angle of 75º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDFAC6 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 198 -
CMYK 0.05 0 0.21 0.02
HSL 75º 0.84% 0.88% -
HSV(B) 75º 0.21% 0.98% -
XYZ 79.3 90.45 66.71 -
YUV 240.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 237 250 198 0.05 0 0.21 0.02 75 0.84 0.88
Hex ED FA C6 5 0 15 2 4B 54 58
Octal 355 372 306 5 0 25 2 113 124 130
Binary 11101101 11111010 11000110 101 0 10101 10 1001011 1010100 1011000

Color Harmonies of #EDFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAC6

Black with #EDFAC6

Text Example


Text Example

White with #EDFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAC6; }

 p { color: rgb(237,250,198); }

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

background-color css

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

 a { background-color: rgb(237,250,198); }

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

border-color css

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

 span { border-color: rgb(237,250,198); }

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