Shades of Snow Flurry #EEFFCA
Tints of Snow Flurry #EEFFCA
RGB
CMYK
RGB Variations
Color information
#EEFFCA (or 0xEEFFCA) is known color: Snow Flurry. HEX triplet: EE, FF and CA. RGB value is (238,255,202). Sum of RGB (Red+Green+Blue) = 238+255+202=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFCA is #110035. Grayscale: #F4F4F4. Windows color (decimal): -1114166 or 13303790. OLE color: 13303790.
HSL color Cylindrical-coordinate representation of color #EEFFCA: hue angle of 79.25º 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 #EEFFCA is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 202 | - |
CMYK | 0.07 | 0 | 0.21 | 0 |
HSL | 79.25º | 1% | 0.9% | - |
HSV(B) | 79.25º | 0.21% | 1% | - |
XYZ | 81.68 | 93.96 | 69.71 | - |
YUV | 243.88 | 104.37 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 202 | 0.07 | 0 | 0.21 | 0 | 79.25 | 1 | 0.9 |
Hex | EE | FF | CA | 7 | 0 | 15 | 0 | 4F | 64 | 5A |
Octal | 356 | 377 | 312 | 7 | 0 | 25 | 0 | 117 | 144 | 132 |
Binary | 11101110 | 11111111 | 11001010 | 111 | 0 | 10101 | 0 | 1001111 | 1100100 | 1011010 |
Color Harmonies of #EEFFCA
Complementary color
Monochromatic Colors of #EEFFCA
Black with #EEFFCA
Text Example
Text Example
White with #EEFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFCA; }
p { color: rgb(238,255,202); }
H1.HeaderClassName
{
color: #EEFFCA;
}
.AnyTagClassName
{
color: #EEFFCA;
}
</style>
background-color css
<style>
a { background-color: #EEFFCA; }
a { background-color: rgb(238,255,202); }
div.DivClassName
{
background-color: #EEFFCA;
}
.BgClassName
{
background-color: #EEFFCA;
}
</style>
border-color css
<style>
span { border-color: #EEFFCA; }
span { border-color: rgb(238,255,202); }
td.TdClassName
{
border-color: #EEFFCA;
}
.TagClassName
{
border-color: #EEFFCA;
}
</style>