Shades of Snow Flurry #EDF8CB
Tints of Snow Flurry #EDF8CB
RGB
CMYK
RGB Variations
Color information
#EDF8CB (or 0xEDF8CB) is known color: Snow Flurry. HEX triplet: ED, F8 and CB. RGB value is (237,248,203). Sum of RGB (Red+Green+Blue) = 237+248+203=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8CB is #120734. Grayscale: #EFEFEF. Windows color (decimal): -1181493 or 13367533. OLE color: 13367533.
HSL color Cylindrical-coordinate representation of color #EDF8CB: hue angle of 74.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDF8CB is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 203 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.03 |
| HSL | 74.67º | 0.76% | 0.88% | - |
| HSV(B) | 74.67º | 0.18% | 0.97% | - |
| XYZ | 79.27 | 89.45 | 69.59 | - |
| YUV | 239.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 203 | 0.04 | 0 | 0.18 | 0.03 | 74.67 | 0.76 | 0.88 |
| Hex | ED | F8 | CB | 4 | 0 | 12 | 3 | 4B | 4C | 58 |
| Octal | 355 | 370 | 313 | 4 | 0 | 22 | 3 | 113 | 114 | 130 |
| Binary | 11101101 | 11111000 | 11001011 | 100 | 0 | 10010 | 11 | 1001011 | 1001100 | 1011000 |
Color Harmonies of #EDF8CB
Complementary color
Monochromatic Colors of #EDF8CB
Black with #EDF8CB
Text Example
Text Example
White with #EDF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8CB; }
p { color: rgb(237,248,203); }
H1.HeaderClassName
{
color: #EDF8CB;
}
.AnyTagClassName
{
color: #EDF8CB;
}
</style>
background-color css
<style>
a { background-color: #EDF8CB; }
a { background-color: rgb(237,248,203); }
div.DivClassName
{
background-color: #EDF8CB;
}
.BgClassName
{
background-color: #EDF8CB;
}
</style>
border-color css
<style>
span { border-color: #EDF8CB; }
span { border-color: rgb(237,248,203); }
td.TdClassName
{
border-color: #EDF8CB;
}
.TagClassName
{
border-color: #EDF8CB;
}
</style>