Html Css Color HEX #EDFBC3 Snow Flurry

📋 copy color: '#EDFBC3'

red 237 ◦ green 251 ◦ blue 195

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

Shades of Snow Flurry #EDFBC3

Tints of Snow Flurry #EDFBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.55%

R = 34.7%
G = 36.75%
B = 28.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#EDFBC3 (or 0xEDFBC3) is known color: Snow Flurry. HEX triplet: ED, FB and C3. RGB value is (237,251,195). Sum of RGB (Red+Green+Blue) = 237+251+195=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 195 (76.56% from 255 or 28.55% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBC3 is #12043C. Grayscale: #F0F0F0. Windows color (decimal): -1180733 or 12844013. OLE color: 12844013.

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

Color convert

RGB 237 251 195 -
CMYK 0.06 0 0.22 0.02
HSL 75º 0.88% 0.87% -
HSV(B) 75º 0.22% 0.98% -
XYZ 79.27 90.94 65 -
YUV 240.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 237 251 195 0.06 0 0.22 0.02 75 0.88 0.87
Hex ED FB C3 6 0 16 2 4B 58 57
Octal 355 373 303 6 0 26 2 113 130 127
Binary 11101101 11111011 11000011 110 0 10110 10 1001011 1011000 1010111

Color Harmonies of #EDFBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBC3

Black with #EDFBC3

Text Example


Text Example

White with #EDFBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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