Html Css Color HEX #EDFBD1 Snow Flurry

📋 copy color: '#EDFBD1'

red 237 ◦ green 251 ◦ blue 209

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

Shades of Snow Flurry #EDFBD1

Tints of Snow Flurry #EDFBD1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.01%

 BLUE value IS 209 (82.03% from 255) = 29.99%

R = 34%
G = 36.01%
B = 29.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#EDFBD1 (or 0xEDFBD1) is known color: Snow Flurry. HEX triplet: ED, FB and D1. RGB value is (237,251,209). Sum of RGB (Red+Green+Blue) = 237+251+209=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 209 (82.03% from 255 or 29.99% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBD1 is #12042E. Grayscale: #F2F2F2. Windows color (decimal): -1180719 or 13761517. OLE color: 13761517.

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

Color convert

RGB 237 251 209 -
CMYK 0.06 0 0.17 0.02
HSL 80º 0.84% 0.9% -
HSV(B) 80º 0.17% 0.98% -
XYZ 80.93 91.6 73.74 -
YUV 242.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 237 251 209 0.06 0 0.17 0.02 80 0.84 0.9
Hex ED FB D1 6 0 11 2 50 54 5A
Octal 355 373 321 6 0 21 2 120 124 132
Binary 11101101 11111011 11010001 110 0 10001 10 1010000 1010100 1011010

Color Harmonies of #EDFBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBD1

Black with #EDFBD1

Text Example


Text Example

White with #EDFBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBD1; }

 p { color: rgb(237,251,209); }

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

background-color css

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

 a { background-color: rgb(237,251,209); }

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

border-color css

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

 span { border-color: rgb(237,251,209); }

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