Html Css Color HEX #EDFCD1 Snow Flurry

📋 copy color: '#EDFCD1'

red 237 ◦ green 252 ◦ blue 209

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

Shades of Snow Flurry #EDFCD1

Tints of Snow Flurry #EDFCD1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.1%

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

R = 33.95%
G = 36.1%
B = 29.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#EDFCD1 (or 0xEDFCD1) is known color: Snow Flurry. HEX triplet: ED, FC and D1. RGB value is (237,252,209). Sum of RGB (Red+Green+Blue) = 237+252+209=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD1 is #12032E. Grayscale: #F2F2F2. Windows color (decimal): -1180463 or 13761773. OLE color: 13761773.

HSL color Cylindrical-coordinate representation of color #EDFCD1: hue angle of 80.93º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDFCD1 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 209 -
CMYK 0.06 0 0.17 0.01
HSL 80.93º 0.88% 0.9% -
HSV(B) 80.93º 0.17% 0.99% -
XYZ 81.24 92.23 73.84 -
YUV 242.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 237 252 209 0.06 0 0.17 0.01 80.93 0.88 0.9
Hex ED FC D1 6 0 11 1 51 58 5A
Octal 355 374 321 6 0 21 1 121 130 132
Binary 11101101 11111100 11010001 110 0 10001 1 1010001 1011000 1011010

Color Harmonies of #EDFCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCD1

Black with #EDFCD1

Text Example


Text Example

White with #EDFCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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