Shades of Snuff #EECFF3
Tints of Snuff #EECFF3
RGB
CMYK
RGB Variations
Color information
#EECFF3 (or 0xEECFF3) is known color: Snuff. HEX triplet: EE, CF and F3. RGB value is (238,207,243). Sum of RGB (Red+Green+Blue) = 238+207+243=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #EECFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFF3 is #11300C. Grayscale: #DCDCDC. Windows color (decimal): -1126413 or 15978478. OLE color: 15978478.
HSL color Cylindrical-coordinate representation of color #EECFF3: hue angle of 291.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECFF3 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 207 | 243 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.05 |
| HSL | 291.67º | 0.6% | 0.88% | - |
| HSV(B) | 291.67º | 0.15% | 0.95% | - |
| XYZ | 73.75 | 69.27 | 94.28 | - |
| YUV | 220.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 243 | 0.02 | 0.15 | 0 | 0.05 | 291.67 | 0.6 | 0.88 |
| Hex | EE | CF | F3 | 2 | F | 0 | 5 | 124 | 3C | 58 |
| Octal | 356 | 317 | 363 | 2 | 17 | 0 | 5 | 444 | 74 | 130 |
| Binary | 11101110 | 11001111 | 11110011 | 10 | 1111 | 0 | 101 | 100100100 | 111100 | 1011000 |
Color Harmonies of #EECFF3
Complementary color
Monochromatic Colors of #EECFF3
Black with #EECFF3
Text Example
Text Example
White with #EECFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFF3; }
p { color: rgb(238,207,243); }
H1.HeaderClassName
{
color: #EECFF3;
}
.AnyTagClassName
{
color: #EECFF3;
}
</style>
background-color css
<style>
a { background-color: #EECFF3; }
a { background-color: rgb(238,207,243); }
div.DivClassName
{
background-color: #EECFF3;
}
.BgClassName
{
background-color: #EECFF3;
}
</style>
border-color css
<style>
span { border-color: #EECFF3; }
span { border-color: rgb(238,207,243); }
td.TdClassName
{
border-color: #EECFF3;
}
.TagClassName
{
border-color: #EECFF3;
}
</style>