Html Css Color HEX #EDFCD3 Snow Flurry

📋 copy color: '#EDFCD3'

red 237 ◦ green 252 ◦ blue 211

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

Shades of Snow Flurry #EDFCD3

Tints of Snow Flurry #EDFCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.14%

R = 33.86%
G = 36%
B = 30.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#EDFCD3 (or 0xEDFCD3) is known color: Snow Flurry. HEX triplet: ED, FC and D3. RGB value is (237,252,211). Sum of RGB (Red+Green+Blue) = 237+252+211=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 211 (82.81% from 255 or 30.14% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD3 is #12032C. Grayscale: #F2F2F2. Windows color (decimal): -1180461 or 13892845. OLE color: 13892845.

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

Color convert

RGB 237 252 211 -
CMYK 0.06 0 0.16 0.01
HSL 81.95º 0.87% 0.91% -
HSV(B) 81.95º 0.16% 0.99% -
XYZ 81.49 92.33 75.15 -
YUV 242.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 237 252 211 0.06 0 0.16 0.01 81.95 0.87 0.91
Hex ED FC D3 6 0 10 1 52 57 5B
Octal 355 374 323 6 0 20 1 122 127 133
Binary 11101101 11111100 11010011 110 0 10000 1 1010010 1010111 1011011

Color Harmonies of #EDFCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCD3

Black with #EDFCD3

Text Example


Text Example

White with #EDFCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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