Shades of Snow Flurry #EEFDCB
Tints of Snow Flurry #EEFDCB
RGB
CMYK
RGB Variations
Color information
#EEFDCB (or 0xEEFDCB) is known color: Snow Flurry. HEX triplet: EE, FD and CB. RGB value is (238,253,203). Sum of RGB (Red+Green+Blue) = 238+253+203=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDCB is #110234. Grayscale: #F2F2F2. Windows color (decimal): -1114677 or 13368814. OLE color: 13368814.
HSL color Cylindrical-coordinate representation of color #EEFDCB: hue angle of 78º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEFDCB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 203 | - |
CMYK | 0.06 | 0 | 0.20 | 0.01 |
HSL | 78º | 0.93% | 0.89% | - |
HSV(B) | 78º | 0.2% | 0.99% | - |
XYZ | 81.16 | 92.74 | 70.12 | - |
YUV | 242.82 | 105.53 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 203 | 0.06 | 0 | 0.20 | 0.01 | 78 | 0.93 | 0.89 |
Hex | EE | FD | CB | 6 | 0 | 14 | 1 | 4E | 5D | 59 |
Octal | 356 | 375 | 313 | 6 | 0 | 24 | 1 | 116 | 135 | 131 |
Binary | 11101110 | 11111101 | 11001011 | 110 | 0 | 10100 | 1 | 1001110 | 1011101 | 1011001 |
Color Harmonies of #EEFDCB
Complementary color
Monochromatic Colors of #EEFDCB
Black with #EEFDCB
Text Example
Text Example
White with #EEFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDCB; }
p { color: rgb(238,253,203); }
H1.HeaderClassName
{
color: #EEFDCB;
}
.AnyTagClassName
{
color: #EEFDCB;
}
</style>
background-color css
<style>
a { background-color: #EEFDCB; }
a { background-color: rgb(238,253,203); }
div.DivClassName
{
background-color: #EEFDCB;
}
.BgClassName
{
background-color: #EEFDCB;
}
</style>
border-color css
<style>
span { border-color: #EEFDCB; }
span { border-color: rgb(238,253,203); }
td.TdClassName
{
border-color: #EEFDCB;
}
.TagClassName
{
border-color: #EEFDCB;
}
</style>