#EDFCBD

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

Shades of Snow Flurry #EDFCBD

Tints of Snow Flurry #EDFCBD

Color information

#EDFCBD (or 0xEDFCBD) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and BD. RGB value is (237,252,189). Sum of RGB (Red+Green+Blue) = 237+252+189=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 189 (74.22% from 255 or 27.88% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCBD is #120342. Grayscale: #F0F0F0. Windows color (decimal): -1180483 or 12451053. OLE color: 12451053.

HSL color Cylindrical-coordinate representation of color #EDFCBD: hue angle of 74.29º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFCBD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB237252189-
CMYK0.0600.250.01
HSL74.29º91.3%86.47%-
HSV(B)74.29º25%98.82%-
XYZ78.9291.361.61-
YUV240.3399.03125.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 189 (74.22% from 255) = 27.88%
R=34.96%
G=37.17%
B=27.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521890.0600.250.0174.2991.386.47
HexEDFCBD601914a5b56
Octal35537427560311112133126
Binary1110110111111100101111011100110011100101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCBD; }

 p { color: rgb(237,252,189); }

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

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

 a { background-color: rgb(237,252,189); }

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

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

 span { border-color: rgb(237,252,189); }

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