Shades of Snow Flurry #EEFECB
Tints of Snow Flurry #EEFECB
RGB
CMYK
RGB Variations
Color information
#EEFECB (or 0xEEFECB) is known color: Snow Flurry. HEX triplet: EE, FE and CB. RGB value is (238,254,203). Sum of RGB (Red+Green+Blue) = 238+254+203=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFECB is #110134. Grayscale: #F3F3F3. Windows color (decimal): -1114421 or 13369070. OLE color: 13369070.
HSL color Cylindrical-coordinate representation of color #EEFECB: hue angle of 78.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEFECB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 203 | - |
CMYK | 0.06 | 0 | 0.20 | 0.00 |
HSL | 78.82º | 0.96% | 0.9% | - |
HSV(B) | 78.82º | 0.2% | 1% | - |
XYZ | 81.48 | 93.37 | 70.23 | - |
YUV | 243.4 | 105.2 | 124.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 203 | 0.06 | 0 | 0.20 | 0.00 | 78.82 | 0.96 | 0.9 |
Hex | EE | FE | CB | 6 | 0 | 14 | 0 | 4F | 60 | 5A |
Octal | 356 | 376 | 313 | 6 | 0 | 24 | 0 | 117 | 140 | 132 |
Binary | 11101110 | 11111110 | 11001011 | 110 | 0 | 10100 | 0 | 1001111 | 1100000 | 1011010 |
Color Harmonies of #EEFECB
Complementary color
Monochromatic Colors of #EEFECB
Black with #EEFECB
Text Example
Text Example
White with #EEFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFECB; }
p { color: rgb(238,254,203); }
H1.HeaderClassName
{
color: #EEFECB;
}
.AnyTagClassName
{
color: #EEFECB;
}
</style>
background-color css
<style>
a { background-color: #EEFECB; }
a { background-color: rgb(238,254,203); }
div.DivClassName
{
background-color: #EEFECB;
}
.BgClassName
{
background-color: #EEFECB;
}
</style>
border-color css
<style>
span { border-color: #EEFECB; }
span { border-color: rgb(238,254,203); }
td.TdClassName
{
border-color: #EEFECB;
}
.TagClassName
{
border-color: #EEFECB;
}
</style>