Html Css Color HEX #EDFBC8 Snow Flurry

📋 copy color: '#EDFBC8'

red 237 ◦ green 251 ◦ blue 200

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

Shades of Snow Flurry #EDFBC8

Tints of Snow Flurry #EDFBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.07%

R = 34.45%
G = 36.48%
B = 29.07%

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

#EDFBC8 (or 0xEDFBC8) is known color: Snow Flurry. HEX triplet: ED, FB and C8. RGB value is (237,251,200). Sum of RGB (Red+Green+Blue) = 237+251+200=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBC8 is #120437. Grayscale: #F1F1F1. Windows color (decimal): -1180728 or 13171693. OLE color: 13171693.

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

Color convert

RGB 237 251 200 -
CMYK 0.06 0 0.20 0.02
HSL 76.47º 0.86% 0.88% -
HSV(B) 76.47º 0.2% 0.98% -
XYZ 79.85 91.17 68.03 -
YUV 241 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 237 251 200 0.06 0 0.20 0.02 76.47 0.86 0.88
Hex ED FB C8 6 0 14 2 4C 56 58
Octal 355 373 310 6 0 24 2 114 126 130
Binary 11101101 11111011 11001000 110 0 10100 10 1001100 1010110 1011000

Color Harmonies of #EDFBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBC8

Black with #EDFBC8

Text Example


Text Example

White with #EDFBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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