Html Css Color HEX #EDFAC0 Snow Flurry

📋 copy color: '#EDFAC0'

red 237 ◦ green 250 ◦ blue 192

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

Shades of Snow Flurry #EDFAC0

Tints of Snow Flurry #EDFAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.28%

R = 34.9%
G = 36.82%
B = 28.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#EDFAC0 (or 0xEDFAC0) is known color: Snow Flurry. HEX triplet: ED, FA and C0. RGB value is (237,250,192). Sum of RGB (Red+Green+Blue) = 237+250+192=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC0 is #12053F. Grayscale: #EFEFEF. Windows color (decimal): -1180992 or 12647149. OLE color: 12647149.

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

Color convert

RGB 237 250 192 -
CMYK 0.05 0 0.23 0.02
HSL 73.45º 0.85% 0.87% -
HSV(B) 73.45º 0.23% 0.98% -
XYZ 78.63 90.18 63.13 -
YUV 239.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 237 250 192 0.05 0 0.23 0.02 73.45 0.85 0.87
Hex ED FA C0 5 0 17 2 49 55 57
Octal 355 372 300 5 0 27 2 111 125 127
Binary 11101101 11111010 11000000 101 0 10111 10 1001001 1010101 1010111

Color Harmonies of #EDFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAC0

Black with #EDFAC0

Text Example


Text Example

White with #EDFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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