Shades of Snuff #ECDAE7
Tints of Snuff #ECDAE7
RGB
CMYK
RGB Variations
Color information
#ECDAE7 (or 0xECDAE7) is known color: Snuff. HEX triplet: EC, DA and E7. RGB value is (236,218,231). Sum of RGB (Red+Green+Blue) = 236+218+231=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAE7 is #132518. Grayscale: #E0E0E0. Windows color (decimal): -1254681 or 15194860. OLE color: 15194860.
HSL color Cylindrical-coordinate representation of color #ECDAE7: hue angle of 316.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDAE7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 218 | 231 | - |
CMYK | 0 | 0.08 | 0.02 | 0.07 |
HSL | 316.67º | 0.32% | 0.89% | - |
HSV(B) | 316.67º | 0.08% | 0.93% | - |
XYZ | 74.09 | 73.75 | 85.93 | - |
YUV | 224.86 | 131.46 | 135.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 231 | 0 | 0.08 | 0.02 | 0.07 | 316.67 | 0.32 | 0.89 |
Hex | EC | DA | E7 | 0 | 8 | 2 | 7 | 13D | 20 | 59 |
Octal | 354 | 332 | 347 | 0 | 10 | 2 | 7 | 475 | 40 | 131 |
Binary | 11101100 | 11011010 | 11100111 | 0 | 1000 | 10 | 111 | 100111101 | 100000 | 1011001 |
Color Harmonies of #ECDAE7
Complementary color
Monochromatic Colors of #ECDAE7
Black with #ECDAE7
Text Example
Text Example
White with #ECDAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAE7; }
p { color: rgb(236,218,231); }
H1.HeaderClassName
{
color: #ECDAE7;
}
.AnyTagClassName
{
color: #ECDAE7;
}
</style>
background-color css
<style>
a { background-color: #ECDAE7; }
a { background-color: rgb(236,218,231); }
div.DivClassName
{
background-color: #ECDAE7;
}
.BgClassName
{
background-color: #ECDAE7;
}
</style>
border-color css
<style>
span { border-color: #ECDAE7; }
span { border-color: rgb(236,218,231); }
td.TdClassName
{
border-color: #ECDAE7;
}
.TagClassName
{
border-color: #ECDAE7;
}
</style>