Shades of Snow Flurry #EDFCCB
Tints of Snow Flurry #EDFCCB
RGB
CMYK
RGB Variations
Color information
#EDFCCB (or 0xEDFCCB) is known color: Snow Flurry. HEX triplet: ED, FC and CB. RGB value is (237,252,203). Sum of RGB (Red+Green+Blue) = 237+252+203=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCCB is #120334. Grayscale: #F2F2F2. Windows color (decimal): -1180469 or 13368557. OLE color: 13368557.
HSL color Cylindrical-coordinate representation of color #EDFCCB: hue angle of 78.37º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDFCCB is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 203 | - |
CMYK | 0.06 | 0 | 0.19 | 0.01 |
HSL | 78.37º | 0.89% | 0.89% | - |
HSV(B) | 78.37º | 0.19% | 0.99% | - |
XYZ | 80.51 | 91.94 | 70 | - |
YUV | 241.93 | 106.03 | 124.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 203 | 0.06 | 0 | 0.19 | 0.01 | 78.37 | 0.89 | 0.89 |
Hex | ED | FC | CB | 6 | 0 | 13 | 1 | 4E | 59 | 59 |
Octal | 355 | 374 | 313 | 6 | 0 | 23 | 1 | 116 | 131 | 131 |
Binary | 11101101 | 11111100 | 11001011 | 110 | 0 | 10011 | 1 | 1001110 | 1011001 | 1011001 |
Color Harmonies of #EDFCCB
Complementary color
Monochromatic Colors of #EDFCCB
Black with #EDFCCB
Text Example
Text Example
White with #EDFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCCB; }
p { color: rgb(237,252,203); }
H1.HeaderClassName
{
color: #EDFCCB;
}
.AnyTagClassName
{
color: #EDFCCB;
}
</style>
background-color css
<style>
a { background-color: #EDFCCB; }
a { background-color: rgb(237,252,203); }
div.DivClassName
{
background-color: #EDFCCB;
}
.BgClassName
{
background-color: #EDFCCB;
}
</style>
border-color css
<style>
span { border-color: #EDFCCB; }
span { border-color: rgb(237,252,203); }
td.TdClassName
{
border-color: #EDFCCB;
}
.TagClassName
{
border-color: #EDFCCB;
}
</style>