Html Css Color HEX #EDF8D1 Snow Flurry

📋 copy color: '#EDF8D1'

red 237 ◦ green 248 ◦ blue 209

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

Shades of Snow Flurry #EDF8D1

Tints of Snow Flurry #EDF8D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.12%

R = 34.15%
G = 35.73%
B = 30.12%

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

#EDF8D1 (or 0xEDF8D1) is known color: Snow Flurry. HEX triplet: ED, F8 and D1. RGB value is (237,248,209). Sum of RGB (Red+Green+Blue) = 237+248+209=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 209 (82.03% from 255 or 30.12% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8D1 is #12072E. Grayscale: #F0F0F0. Windows color (decimal): -1181487 or 13760749. OLE color: 13760749.

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

Color convert

RGB 237 248 209 -
CMYK 0.04 0 0.16 0.03
HSL 76.92º 0.74% 0.9% -
HSV(B) 76.92º 0.16% 0.97% -
XYZ 80 89.74 73.43 -
YUV 240.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 237 248 209 0.04 0 0.16 0.03 76.92 0.74 0.9
Hex ED F8 D1 4 0 10 3 4D 4A 5A
Octal 355 370 321 4 0 20 3 115 112 132
Binary 11101101 11111000 11010001 100 0 10000 11 1001101 1001010 1011010

Color Harmonies of #EDF8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8D1

Black with #EDF8D1

Text Example


Text Example

White with #EDF8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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