Html Css Color HEX #EDF9D5 Snow Flurry

📋 copy color: '#EDF9D5'

red 237 ◦ green 249 ◦ blue 213

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

Shades of Snow Flurry #EDF9D5

Tints of Snow Flurry #EDF9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.47%

R = 33.91%
G = 35.62%
B = 30.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#EDF9D5 (or 0xEDF9D5) is known color: Snow Flurry. HEX triplet: ED, F9 and D5. RGB value is (237,249,213). Sum of RGB (Red+Green+Blue) = 237+249+213=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 249 (97.66% from 255 or 35.62% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9D5 is #12062A. Grayscale: #F1F1F1. Windows color (decimal): -1181227 or 14023149. OLE color: 14023149.

HSL color Cylindrical-coordinate representation of color #EDF9D5: hue angle of 80º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDF9D5 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 213 -
CMYK 0.05 0 0.14 0.02
HSL 80º 0.75% 0.91% -
HSV(B) 80º 0.14% 0.98% -
XYZ 80.81 90.56 76.17 -
YUV 241.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 237 249 213 0.05 0 0.14 0.02 80 0.75 0.91
Hex ED F9 D5 5 0 E 2 50 4B 5B
Octal 355 371 325 5 0 16 2 120 113 133
Binary 11101101 11111001 11010101 101 0 1110 10 1010000 1001011 1011011

Color Harmonies of #EDF9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9D5

Black with #EDF9D5

Text Example


Text Example

White with #EDF9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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