Html Css Color HEX #EDFAD2 Snow Flurry

📋 copy color: '#EDFAD2'

red 237 ◦ green 250 ◦ blue 210

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

Shades of Snow Flurry #EDFAD2

Tints of Snow Flurry #EDFAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.13%

R = 34%
G = 35.87%
B = 30.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#EDFAD2 (or 0xEDFAD2) is known color: Snow Flurry. HEX triplet: ED, FA and D2. RGB value is (237,250,210). Sum of RGB (Red+Green+Blue) = 237+250+210=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD2 is #12052D. Grayscale: #F1F1F1. Windows color (decimal): -1180974 or 13826797. OLE color: 13826797.

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

Color convert

RGB 237 250 210 -
CMYK 0.05 0 0.16 0.02
HSL 79.5º 0.8% 0.9% -
HSV(B) 79.5º 0.16% 0.98% -
XYZ 80.74 91.03 74.29 -
YUV 241.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 237 250 210 0.05 0 0.16 0.02 79.5 0.8 0.9
Hex ED FA D2 5 0 10 2 50 50 5A
Octal 355 372 322 5 0 20 2 120 120 132
Binary 11101101 11111010 11010010 101 0 10000 10 1010000 1010000 1011010

Color Harmonies of #EDFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAD2

Black with #EDFAD2

Text Example


Text Example

White with #EDFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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