Html Css Color HEX #EDF8D0 Snow Flurry

📋 copy color: '#EDF8D0'

red 237 ◦ green 248 ◦ blue 208

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

Shades of Snow Flurry #EDF8D0

Tints of Snow Flurry #EDF8D0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.79%

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

R = 34.2%
G = 35.79%
B = 30.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#EDF8D0 (or 0xEDF8D0) is known color: Snow Flurry. HEX triplet: ED, F8 and D0. RGB value is (237,248,208). Sum of RGB (Red+Green+Blue) = 237+248+208=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8D0 is #12072F. Grayscale: #F0F0F0. Windows color (decimal): -1181488 or 13695213. OLE color: 13695213.

HSL color Cylindrical-coordinate representation of color #EDF8D0: hue angle of 76.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDF8D0 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 208 -
CMYK 0.04 0 0.16 0.03
HSL 76.5º 0.74% 0.89% -
HSV(B) 76.5º 0.16% 0.97% -
XYZ 79.88 89.69 72.78 -
YUV 240.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 237 248 208 0.04 0 0.16 0.03 76.5 0.74 0.89
Hex ED F8 D0 4 0 10 3 4C 4A 59
Octal 355 370 320 4 0 20 3 114 112 131
Binary 11101101 11111000 11010000 100 0 10000 11 1001100 1001010 1011001

Color Harmonies of #EDF8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8D0

Black with #EDF8D0

Text Example


Text Example

White with #EDF8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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