Shades of Snow Flurry #EDFFCB
Tints of Snow Flurry #EDFFCB
RGB
CMYK
RGB Variations
Color information
#EDFFCB (or 0xEDFFCB) is known color: Snow Flurry. HEX triplet: ED, FF and CB. RGB value is (237,255,203). Sum of RGB (Red+Green+Blue) = 237+255+203=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFCB is #120034. Grayscale: #F3F3F3. Windows color (decimal): -1179701 or 13369325. OLE color: 13369325.
HSL color Cylindrical-coordinate representation of color #EDFFCB: hue angle of 80.77º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDFFCB is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 203 | - |
| CMYK | 0.07 | 0 | 0.20 | 0 |
| HSL | 80.77º | 1% | 0.9% | - |
| HSV(B) | 80.77º | 0.2% | 1% | - |
| XYZ | 81.46 | 93.84 | 70.32 | - |
| YUV | 243.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 203 | 0.07 | 0 | 0.20 | 0 | 80.77 | 1 | 0.9 |
| Hex | ED | FF | CB | 7 | 0 | 14 | 0 | 51 | 64 | 5A |
| Octal | 355 | 377 | 313 | 7 | 0 | 24 | 0 | 121 | 144 | 132 |
| Binary | 11101101 | 11111111 | 11001011 | 111 | 0 | 10100 | 0 | 1010001 | 1100100 | 1011010 |
Color Harmonies of #EDFFCB
Complementary color
Monochromatic Colors of #EDFFCB
Black with #EDFFCB
Text Example
Text Example
White with #EDFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFCB; }
p { color: rgb(237,255,203); }
H1.HeaderClassName
{
color: #EDFFCB;
}
.AnyTagClassName
{
color: #EDFFCB;
}
</style>
background-color css
<style>
a { background-color: #EDFFCB; }
a { background-color: rgb(237,255,203); }
div.DivClassName
{
background-color: #EDFFCB;
}
.BgClassName
{
background-color: #EDFFCB;
}
</style>
border-color css
<style>
span { border-color: #EDFFCB; }
span { border-color: rgb(237,255,203); }
td.TdClassName
{
border-color: #EDFFCB;
}
.TagClassName
{
border-color: #EDFFCB;
}
</style>