Html Css Color HEX #EDF7CE Snow Flurry

📋 copy color: '#EDF7CE'

red 237 ◦ green 247 ◦ blue 206

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

Shades of Snow Flurry #EDF7CE

Tints of Snow Flurry #EDF7CE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.8%

 BLUE value IS 206 (80.86% from 255) = 29.86%

R = 34.35%
G = 35.8%
B = 29.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#EDF7CE (or 0xEDF7CE) is known color: Snow Flurry. HEX triplet: ED, F7 and CE. RGB value is (237,247,206). Sum of RGB (Red+Green+Blue) = 237+247+206=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7CE is #120831. Grayscale: #EFEFEF. Windows color (decimal): -1181746 or 13563885. OLE color: 13563885.

HSL color Cylindrical-coordinate representation of color #EDF7CE: hue angle of 74.63º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF7CE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 206 -
CMYK 0.04 0 0.17 0.03
HSL 74.63º 0.72% 0.89% -
HSV(B) 74.63º 0.17% 0.97% -
XYZ 79.33 88.98 71.39 -
YUV 239.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 237 247 206 0.04 0 0.17 0.03 74.63 0.72 0.89
Hex ED F7 CE 4 0 11 3 4B 48 59
Octal 355 367 316 4 0 21 3 113 110 131
Binary 11101101 11110111 11001110 100 0 10001 11 1001011 1001000 1011001

Color Harmonies of #EDF7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7CE

Black with #EDF7CE

Text Example


Text Example

White with #EDF7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7CE; }

 p { color: rgb(237,247,206); }

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

background-color css

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

 a { background-color: rgb(237,247,206); }

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

border-color css

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

 span { border-color: rgb(237,247,206); }

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