Html Css Color HEX #EDFFD0 Snow Flurry

📋 copy color: '#EDFFD0'

red 237 ◦ green 255 ◦ blue 208

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

Shades of Snow Flurry #EDFFD0

Tints of Snow Flurry #EDFFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 36.43%

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

R = 33.86%
G = 36.43%
B = 29.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#EDFFD0 (or 0xEDFFD0) is known color: Snow Flurry. HEX triplet: ED, FF and D0. RGB value is (237,255,208). Sum of RGB (Red+Green+Blue) = 237+255+208=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD0 is #12002F. Grayscale: #F4F4F4. Windows color (decimal): -1179696 or 13697005. OLE color: 13697005.

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

Color convert

RGB 237 255 208 -
CMYK 0.07 0 0.18 0
HSL 82.98º 1% 0.91% -
HSV(B) 82.98º 0.18% 1% -
XYZ 82.07 94.08 73.51 -
YUV 244.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 237 255 208 0.07 0 0.18 0 82.98 1 0.91
Hex ED FF D0 7 0 12 0 53 64 5B
Octal 355 377 320 7 0 22 0 123 144 133
Binary 11101101 11111111 11010000 111 0 10010 0 1010011 1100100 1011011

Color Harmonies of #EDFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFD0

Black with #EDFFD0

Text Example


Text Example

White with #EDFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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