Html Css Color HEX #EDFAD0 Snow Flurry

📋 copy color: '#EDFAD0'

red 237 ◦ green 250 ◦ blue 208

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

Shades of Snow Flurry #EDFAD0

Tints of Snow Flurry #EDFAD0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.97%

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

R = 34.1%
G = 35.97%
B = 29.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#EDFAD0 (or 0xEDFAD0) is known color: Snow Flurry. HEX triplet: ED, FA and D0. RGB value is (237,250,208). Sum of RGB (Red+Green+Blue) = 237+250+208=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD0 is #12052F. Grayscale: #F1F1F1. Windows color (decimal): -1180976 or 13695725. OLE color: 13695725.

HSL color Cylindrical-coordinate representation of color #EDFAD0: hue angle of 78.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDFAD0 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 208 -
CMYK 0.05 0 0.17 0.02
HSL 78.57º 0.81% 0.9% -
HSV(B) 78.57º 0.17% 0.98% -
XYZ 80.5 90.93 72.98 -
YUV 241.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 237 250 208 0.05 0 0.17 0.02 78.57 0.81 0.9
Hex ED FA D0 5 0 11 2 4F 51 5A
Octal 355 372 320 5 0 21 2 117 121 132
Binary 11101101 11111010 11010000 101 0 10001 10 1001111 1010001 1011010

Color Harmonies of #EDFAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAD0

Black with #EDFAD0

Text Example


Text Example

White with #EDFAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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