Html Css Color HEX #EDF9D1 Snow Flurry

📋 copy color: '#EDF9D1'

red 237 ◦ green 249 ◦ blue 209

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

Shades of Snow Flurry #EDF9D1

Tints of Snow Flurry #EDF9D1

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.83%

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

R = 34.1%
G = 35.83%
B = 30.07%

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

#EDF9D1 (or 0xEDF9D1) is known color: Snow Flurry. HEX triplet: ED, F9 and D1. RGB value is (237,249,209). Sum of RGB (Red+Green+Blue) = 237+249+209=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 209 (82.03% from 255 or 30.07% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9D1 is #12062E. Grayscale: #F1F1F1. Windows color (decimal): -1181231 or 13761005. OLE color: 13761005.

HSL color Cylindrical-coordinate representation of color #EDF9D1: hue angle of 78º degrees, saturation: 0.77, 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 #EDF9D1 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 209 -
CMYK 0.05 0 0.16 0.02
HSL 78º 0.77% 0.9% -
HSV(B) 78º 0.16% 0.98% -
XYZ 80.31 90.36 73.53 -
YUV 240.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 237 249 209 0.05 0 0.16 0.02 78 0.77 0.9
Hex ED F9 D1 5 0 10 2 4E 4D 5A
Octal 355 371 321 5 0 20 2 116 115 132
Binary 11101101 11111001 11010001 101 0 10000 10 1001110 1001101 1011010

Color Harmonies of #EDF9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9D1

Black with #EDF9D1

Text Example


Text Example

White with #EDF9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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