Html Css Color HEX #EDFED0 Snow Flurry

📋 copy color: '#EDFED0'

red 237 ◦ green 254 ◦ blue 208

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

Shades of Snow Flurry #EDFED0

Tints of Snow Flurry #EDFED0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.34%

 BLUE value IS 208 (81.64% from 255) = 29.76%

R = 33.91%
G = 36.34%
B = 29.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#EDFED0 (or 0xEDFED0) is known color: Snow Flurry. HEX triplet: ED, FE and D0. RGB value is (237,254,208). Sum of RGB (Red+Green+Blue) = 237+254+208=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 208 (81.64% from 255 or 29.76% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED0 is #12012F. Grayscale: #F3F3F3. Windows color (decimal): -1179952 or 13696749. OLE color: 13696749.

HSL color Cylindrical-coordinate representation of color #EDFED0: hue angle of 82.17º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDFED0 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 208 -
CMYK 0.07 0 0.18 0.00
HSL 82.17º 0.96% 0.91% -
HSV(B) 82.17º 0.18% 1% -
XYZ 81.75 93.44 73.4 -
YUV 243.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 237 254 208 0.07 0 0.18 0.00 82.17 0.96 0.91
Hex ED FE D0 7 0 12 0 52 60 5B
Octal 355 376 320 7 0 22 0 122 140 133
Binary 11101101 11111110 11010000 111 0 10010 0 1010010 1100000 1011011

Color Harmonies of #EDFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFED0

Black with #EDFED0

Text Example


Text Example

White with #EDFED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFED0; }

 p { color: rgb(237,254,208); }

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

background-color css

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

 a { background-color: rgb(237,254,208); }

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

border-color css

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

 span { border-color: rgb(237,254,208); }

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