#EDFBCE

Color #EDFBCE Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #EDFBCE

Tints of Snow Flurry #EDFBCE

Color information

#EDFBCE (or 0xEDFBCE) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and CE. RGB value is (237,251,206). Sum of RGB (Red+Green+Blue) = 237+251+206=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBCE is #120431. Grayscale: #F1F1F1. Windows color (decimal): -1180722 or 13564909. OLE color: 13564909.

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

Color convert

RGB237251206-
CMYK0.0600.180.02
HSL78.67º84.91%89.61%-
HSV(B)78.67º17.93%98.43%-
XYZ80.5691.4671.8-
YUV241.68107.86124.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 206 (80.86% from 255) = 29.68%
R=34.15%
G=36.17%
B=29.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512060.0600.180.0278.6784.9189.61
HexEDFBCE601224f555a
Octal35537331660222117125132
Binary11101101111110111100111011001001010100111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBCE; }

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

 H1.HeaderClassName
 {
   color: #EDFBCE;
 }
 .AnyTagClassName
 {
   color: #EDFBCE;
 }
</style>
background-color css

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

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

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

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

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

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