Shades of Snow Flurry #EDFFCA
Tints of Snow Flurry #EDFFCA
RGB
CMYK
RGB Variations
Color information
#EDFFCA (or 0xEDFFCA) is known color: Snow Flurry. HEX triplet: ED, FF and CA. RGB value is (237,255,202). Sum of RGB (Red+Green+Blue) = 237+255+202=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFCA is #120035. Grayscale: #F3F3F3. Windows color (decimal): -1179702 or 13303789. OLE color: 13303789.
HSL color Cylindrical-coordinate representation of color #EDFFCA: hue angle of 80.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDFFCA is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 255 | 202 | - |
CMYK | 0.07 | 0 | 0.21 | 0 |
HSL | 80.38º | 1% | 0.9% | - |
HSV(B) | 80.38º | 0.21% | 1% | - |
XYZ | 81.35 | 93.79 | 69.69 | - |
YUV | 243.58 | 104.54 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 255 | 202 | 0.07 | 0 | 0.21 | 0 | 80.38 | 1 | 0.9 |
Hex | ED | FF | CA | 7 | 0 | 15 | 0 | 50 | 64 | 5A |
Octal | 355 | 377 | 312 | 7 | 0 | 25 | 0 | 120 | 144 | 132 |
Binary | 11101101 | 11111111 | 11001010 | 111 | 0 | 10101 | 0 | 1010000 | 1100100 | 1011010 |
Color Harmonies of #EDFFCA
Complementary color
Monochromatic Colors of #EDFFCA
Black with #EDFFCA
Text Example
Text Example
White with #EDFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFCA; }
p { color: rgb(237,255,202); }
H1.HeaderClassName
{
color: #EDFFCA;
}
.AnyTagClassName
{
color: #EDFFCA;
}
</style>
background-color css
<style>
a { background-color: #EDFFCA; }
a { background-color: rgb(237,255,202); }
div.DivClassName
{
background-color: #EDFFCA;
}
.BgClassName
{
background-color: #EDFFCA;
}
</style>
border-color css
<style>
span { border-color: #EDFFCA; }
span { border-color: rgb(237,255,202); }
td.TdClassName
{
border-color: #EDFFCA;
}
.TagClassName
{
border-color: #EDFFCA;
}
</style>