Html Css Color HEX #EDFCD0 Snow Flurry

📋 copy color: '#EDFCD0'

red 237 ◦ green 252 ◦ blue 208

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

Shades of Snow Flurry #EDFCD0

Tints of Snow Flurry #EDFCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.84%

R = 34%
G = 36.15%
B = 29.84%

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

#EDFCD0 (or 0xEDFCD0) is known color: Snow Flurry. HEX triplet: ED, FC and D0. RGB value is (237,252,208). Sum of RGB (Red+Green+Blue) = 237+252+208=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD0 is #12032F. Grayscale: #F2F2F2. Windows color (decimal): -1180464 or 13696237. OLE color: 13696237.

HSL color Cylindrical-coordinate representation of color #EDFCD0: hue angle of 80.45º 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 #EDFCD0 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 208 -
CMYK 0.06 0 0.17 0.01
HSL 80.45º 0.88% 0.9% -
HSV(B) 80.45º 0.17% 0.99% -
XYZ 81.12 92.18 73.19 -
YUV 242.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 237 252 208 0.06 0 0.17 0.01 80.45 0.88 0.9
Hex ED FC D0 6 0 11 1 50 58 5A
Octal 355 374 320 6 0 21 1 120 130 132
Binary 11101101 11111100 11010000 110 0 10001 1 1010000 1011000 1011010

Color Harmonies of #EDFCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCD0

Black with #EDFCD0

Text Example


Text Example

White with #EDFCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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