Shades of Snuff #EECAED
Tints of Snuff #EECAED
RGB
CMYK
RGB Variations
Color information
#EECAED (or 0xEECAED) is known color: Snuff. HEX triplet: EE, CA and ED. RGB value is (238,202,237). Sum of RGB (Red+Green+Blue) = 238+202+237=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAED is #113512. Grayscale: #D8D8D8. Windows color (decimal): -1127699 or 15583982. OLE color: 15583982.
HSL color Cylindrical-coordinate representation of color #EECAED: hue angle of 301.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAED is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 202 | 237 | - |
CMYK | 0 | 0.15 | 0.00 | 0.07 |
HSL | 301.67º | 0.51% | 0.86% | - |
HSV(B) | 301.67º | 0.15% | 0.93% | - |
XYZ | 71.67 | 66.53 | 89.19 | - |
YUV | 216.75 | 139.43 | 143.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 237 | 0 | 0.15 | 0.00 | 0.07 | 301.67 | 0.51 | 0.86 |
Hex | EE | CA | ED | 0 | F | 0 | 7 | 12E | 33 | 56 |
Octal | 356 | 312 | 355 | 0 | 17 | 0 | 7 | 456 | 63 | 126 |
Binary | 11101110 | 11001010 | 11101101 | 0 | 1111 | 0 | 111 | 100101110 | 110011 | 1010110 |
Color Harmonies of #EECAED
Complementary color
Monochromatic Colors of #EECAED
Black with #EECAED
Text Example
Text Example
White with #EECAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAED; }
p { color: rgb(238,202,237); }
H1.HeaderClassName
{
color: #EECAED;
}
.AnyTagClassName
{
color: #EECAED;
}
</style>
background-color css
<style>
a { background-color: #EECAED; }
a { background-color: rgb(238,202,237); }
div.DivClassName
{
background-color: #EECAED;
}
.BgClassName
{
background-color: #EECAED;
}
</style>
border-color css
<style>
span { border-color: #EECAED; }
span { border-color: rgb(238,202,237); }
td.TdClassName
{
border-color: #EECAED;
}
.TagClassName
{
border-color: #EECAED;
}
</style>