Shades of Snuff #ECDFE8
Tints of Snuff #ECDFE8
RGB
CMYK
RGB Variations
Color information
#ECDFE8 (or 0xECDFE8) is known color: Snuff. HEX triplet: EC, DF and E8. RGB value is (236,223,232). Sum of RGB (Red+Green+Blue) = 236+223+232=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFE8 is #132017. Grayscale: #E3E3E3. Windows color (decimal): -1253400 or 15261676. OLE color: 15261676.
HSL color Cylindrical-coordinate representation of color #ECDFE8: hue angle of 318.46º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDFE8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 232 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.07 |
| HSL | 318.46º | 0.25% | 0.9% | - |
| HSV(B) | 318.46º | 0.06% | 0.93% | - |
| XYZ | 75.55 | 76.43 | 87.12 | - |
| YUV | 227.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 232 | 0 | 0.06 | 0.02 | 0.07 | 318.46 | 0.25 | 0.9 |
| Hex | EC | DF | E8 | 0 | 6 | 2 | 7 | 13E | 19 | 5A |
| Octal | 354 | 337 | 350 | 0 | 6 | 2 | 7 | 476 | 31 | 132 |
| Binary | 11101100 | 11011111 | 11101000 | 0 | 110 | 10 | 111 | 100111110 | 11001 | 1011010 |
Color Harmonies of #ECDFE8
Complementary color
Monochromatic Colors of #ECDFE8
Black with #ECDFE8
Text Example
Text Example
White with #ECDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFE8; }
p { color: rgb(236,223,232); }
H1.HeaderClassName
{
color: #ECDFE8;
}
.AnyTagClassName
{
color: #ECDFE8;
}
</style>
background-color css
<style>
a { background-color: #ECDFE8; }
a { background-color: rgb(236,223,232); }
div.DivClassName
{
background-color: #ECDFE8;
}
.BgClassName
{
background-color: #ECDFE8;
}
</style>
border-color css
<style>
span { border-color: #ECDFE8; }
span { border-color: rgb(236,223,232); }
td.TdClassName
{
border-color: #ECDFE8;
}
.TagClassName
{
border-color: #ECDFE8;
}
</style>