Shades of Snuff #EECBED
Tints of Snuff #EECBED
RGB
CMYK
RGB Variations
Color information
#EECBED (or 0xEECBED) is known color: Snuff. HEX triplet: EE, CB and ED. RGB value is (238,203,237). Sum of RGB (Red+Green+Blue) = 238+203+237=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBED is #113412. Grayscale: #D9D9D9. Windows color (decimal): -1127443 or 15584238. OLE color: 15584238.
HSL color Cylindrical-coordinate representation of color #EECBED: hue angle of 301.71º 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 #EECBED is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 203 | 237 | - |
CMYK | 0 | 0.15 | 0.00 | 0.07 |
HSL | 301.71º | 0.51% | 0.86% | - |
HSV(B) | 301.71º | 0.15% | 0.93% | - |
XYZ | 71.9 | 67 | 89.26 | - |
YUV | 217.34 | 139.1 | 142.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 203 | 237 | 0 | 0.15 | 0.00 | 0.07 | 301.71 | 0.51 | 0.86 |
Hex | EE | CB | ED | 0 | F | 0 | 7 | 12E | 33 | 56 |
Octal | 356 | 313 | 355 | 0 | 17 | 0 | 7 | 456 | 63 | 126 |
Binary | 11101110 | 11001011 | 11101101 | 0 | 1111 | 0 | 111 | 100101110 | 110011 | 1010110 |
Color Harmonies of #EECBED
Complementary color
Monochromatic Colors of #EECBED
Black with #EECBED
Text Example
Text Example
White with #EECBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBED; }
p { color: rgb(238,203,237); }
H1.HeaderClassName
{
color: #EECBED;
}
.AnyTagClassName
{
color: #EECBED;
}
</style>
background-color css
<style>
a { background-color: #EECBED; }
a { background-color: rgb(238,203,237); }
div.DivClassName
{
background-color: #EECBED;
}
.BgClassName
{
background-color: #EECBED;
}
</style>
border-color css
<style>
span { border-color: #EECBED; }
span { border-color: rgb(238,203,237); }
td.TdClassName
{
border-color: #EECBED;
}
.TagClassName
{
border-color: #EECBED;
}
</style>