#EDFBCF

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

Shades of Snow Flurry #EDFBCF

Tints of Snow Flurry #EDFBCF

Color information

#EDFBCF (or 0xEDFBCF) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and CF. RGB value is (237,251,207). Sum of RGB (Red+Green+Blue) = 237+251+207=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBCF is #120430. Grayscale: #F1F1F1. Windows color (decimal): -1180721 or 13630445. OLE color: 13630445.

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

Color convert

RGB237251207-
CMYK0.0600.180.02
HSL79.09º84.62%89.8%-
HSV(B)79.09º17.53%98.43%-
XYZ80.6891.572.44-
YUV241.8108.36124.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 207 (81.25% from 255) = 29.78%
R=34.10%
G=36.12%
B=29.78%

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
Decimal2372512070.0600.180.0279.0984.6289.8
HexEDFBCF601224f555a
Octal35537331760222117125132
Binary11101101111110111100111111001001010100111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBCF; }

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

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

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

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

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

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

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

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