Html Css Color HEX #EDFAC2 Snow Flurry

📋 copy color: '#EDFAC2'

red 237 ◦ green 250 ◦ blue 194

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

Shades of Snow Flurry #EDFAC2

Tints of Snow Flurry #EDFAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.49%

R = 34.8%
G = 36.71%
B = 28.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#EDFAC2 (or 0xEDFAC2) is known color: Snow Flurry. HEX triplet: ED, FA and C2. RGB value is (237,250,194). Sum of RGB (Red+Green+Blue) = 237+250+194=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 194 (76.17% from 255 or 28.49% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC2 is #12053D. Grayscale: #EFEFEF. Windows color (decimal): -1180990 or 12778221. OLE color: 12778221.

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

Color convert

RGB 237 250 194 -
CMYK 0.05 0 0.22 0.02
HSL 73.93º 0.85% 0.87% -
HSV(B) 73.93º 0.22% 0.98% -
XYZ 78.85 90.27 64.31 -
YUV 239.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 237 250 194 0.05 0 0.22 0.02 73.93 0.85 0.87
Hex ED FA C2 5 0 16 2 4A 55 57
Octal 355 372 302 5 0 26 2 112 125 127
Binary 11101101 11111010 11000010 101 0 10110 10 1001010 1010101 1010111

Color Harmonies of #EDFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAC2

Black with #EDFAC2

Text Example


Text Example

White with #EDFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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