Html Css Color HEX #EDF8D6 Snow Flurry

📋 copy color: '#EDF8D6'

red 237 ◦ green 248 ◦ blue 214

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

Shades of Snow Flurry #EDF8D6

Tints of Snow Flurry #EDF8D6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.48%

 BLUE value IS 214 (83.98% from 255) = 30.62%

R = 33.91%
G = 35.48%
B = 30.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#EDF8D6 (or 0xEDF8D6) is known color: Snow Flurry. HEX triplet: ED, F8 and D6. RGB value is (237,248,214). Sum of RGB (Red+Green+Blue) = 237+248+214=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 214 (83.98% from 255 or 30.62% from 699); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8D6 is #120729. Grayscale: #F0F0F0. Windows color (decimal): -1181482 or 14088429. OLE color: 14088429.

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

Color convert

RGB 237 248 214 -
CMYK 0.04 0 0.14 0.03
HSL 79.41º 0.71% 0.91% -
HSV(B) 79.41º 0.14% 0.97% -
XYZ 80.63 89.99 76.74 -
YUV 240.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 237 248 214 0.04 0 0.14 0.03 79.41 0.71 0.91
Hex ED F8 D6 4 0 E 3 4F 47 5B
Octal 355 370 326 4 0 16 3 117 107 133
Binary 11101101 11111000 11010110 100 0 1110 11 1001111 1000111 1011011

Color Harmonies of #EDF8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8D6

Black with #EDF8D6

Text Example


Text Example

White with #EDF8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8D6; }

 p { color: rgb(237,248,214); }

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

background-color css

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

 a { background-color: rgb(237,248,214); }

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

border-color css

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

 span { border-color: rgb(237,248,214); }

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