Shades of Snuff #ECD4EE
Tints of Snuff #ECD4EE
RGB
CMYK
RGB Variations
Color information
#ECD4EE (or 0xECD4EE) is known color: Snuff. HEX triplet: EC, D4 and EE. RGB value is (236,212,238). Sum of RGB (Red+Green+Blue) = 236+212+238=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4EE is #132B11. Grayscale: #DEDEDE. Windows color (decimal): -1256210 or 15652076. OLE color: 15652076.
HSL color Cylindrical-coordinate representation of color #ECD4EE: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD4EE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 238 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.07 |
| HSL | 295.38º | 0.43% | 0.88% | - |
| HSV(B) | 295.38º | 0.11% | 0.93% | - |
| XYZ | 73.57 | 71.09 | 90.73 | - |
| YUV | 222.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 238 | 0.01 | 0.11 | 0 | 0.07 | 295.38 | 0.43 | 0.88 |
| Hex | EC | D4 | EE | 1 | B | 0 | 7 | 127 | 2B | 58 |
| Octal | 354 | 324 | 356 | 1 | 13 | 0 | 7 | 447 | 53 | 130 |
| Binary | 11101100 | 11010100 | 11101110 | 1 | 1011 | 0 | 111 | 100100111 | 101011 | 1011000 |
Color Harmonies of #ECD4EE
Complementary color
Monochromatic Colors of #ECD4EE
Black with #ECD4EE
Text Example
Text Example
White with #ECD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4EE; }
p { color: rgb(236,212,238); }
H1.HeaderClassName
{
color: #ECD4EE;
}
.AnyTagClassName
{
color: #ECD4EE;
}
</style>
background-color css
<style>
a { background-color: #ECD4EE; }
a { background-color: rgb(236,212,238); }
div.DivClassName
{
background-color: #ECD4EE;
}
.BgClassName
{
background-color: #ECD4EE;
}
</style>
border-color css
<style>
span { border-color: #ECD4EE; }
span { border-color: rgb(236,212,238); }
td.TdClassName
{
border-color: #ECD4EE;
}
.TagClassName
{
border-color: #ECD4EE;
}
</style>