Html Css Color HEX #EDFCD5 Snow Flurry

📋 copy color: '#EDFCD5'

red 237 ◦ green 252 ◦ blue 213

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

Shades of Snow Flurry #EDFCD5

Tints of Snow Flurry #EDFCD5

RGB

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

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

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

R = 33.76%
G = 35.9%
B = 30.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#EDFCD5 (or 0xEDFCD5) is known color: Snow Flurry. HEX triplet: ED, FC and D5. RGB value is (237,252,213). Sum of RGB (Red+Green+Blue) = 237+252+213=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD5 is #12032A. Grayscale: #F3F3F3. Windows color (decimal): -1180459 or 14023917. OLE color: 14023917.

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

Color convert

RGB 237 252 213 -
CMYK 0.06 0 0.15 0.01
HSL 83.08º 0.87% 0.91% -
HSV(B) 83.08º 0.15% 0.99% -
XYZ 81.75 92.43 76.48 -
YUV 243.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 237 252 213 0.06 0 0.15 0.01 83.08 0.87 0.91
Hex ED FC D5 6 0 F 1 53 57 5B
Octal 355 374 325 6 0 17 1 123 127 133
Binary 11101101 11111100 11010101 110 0 1111 1 1010011 1010111 1011011

Color Harmonies of #EDFCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCD5

Black with #EDFCD5

Text Example


Text Example

White with #EDFCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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