Html Css Color HEX #EDFBC9 Snow Flurry

📋 copy color: '#EDFBC9'

red 237 ◦ green 251 ◦ blue 201

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

Shades of Snow Flurry #EDFBC9

Tints of Snow Flurry #EDFBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.17%

R = 34.4%
G = 36.43%
B = 29.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#EDFBC9 (or 0xEDFBC9) is known color: Snow Flurry. HEX triplet: ED, FB and C9. RGB value is (237,251,201). Sum of RGB (Red+Green+Blue) = 237+251+201=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 201 (78.91% from 255 or 29.17% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBC9 is #120436. Grayscale: #F1F1F1. Windows color (decimal): -1180727 or 13237229. OLE color: 13237229.

HSL color Cylindrical-coordinate representation of color #EDFBC9: hue angle of 76.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDFBC9 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 201 -
CMYK 0.06 0 0.20 0.02
HSL 76.8º 0.86% 0.89% -
HSV(B) 76.8º 0.2% 0.98% -
XYZ 79.96 91.22 68.65 -
YUV 241.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 237 251 201 0.06 0 0.20 0.02 76.8 0.86 0.89
Hex ED FB C9 6 0 14 2 4D 56 59
Octal 355 373 311 6 0 24 2 115 126 131
Binary 11101101 11111011 11001001 110 0 10100 10 1001101 1010110 1011001

Color Harmonies of #EDFBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBC9

Black with #EDFBC9

Text Example


Text Example

White with #EDFBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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