Shades of Snuff #EECBEC
Tints of Snuff #EECBEC
RGB
CMYK
RGB Variations
Color information
#EECBEC (or 0xEECBEC) is known color: Snuff. HEX triplet: EE, CB and EC. RGB value is (238,203,236). Sum of RGB (Red+Green+Blue) = 238+203+236=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBEC is #113413. Grayscale: #D9D9D9. Windows color (decimal): -1127444 or 15518702. OLE color: 15518702.
HSL color Cylindrical-coordinate representation of color #EECBEC: hue angle of 303.43º 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 #EECBEC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 203 | 236 | - |
CMYK | 0 | 0.15 | 0.01 | 0.07 |
HSL | 303.43º | 0.51% | 0.86% | - |
HSV(B) | 303.43º | 0.15% | 0.93% | - |
XYZ | 71.76 | 66.95 | 88.5 | - |
YUV | 217.23 | 138.6 | 142.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 203 | 236 | 0 | 0.15 | 0.01 | 0.07 | 303.43 | 0.51 | 0.86 |
Hex | EE | CB | EC | 0 | F | 1 | 7 | 12F | 33 | 56 |
Octal | 356 | 313 | 354 | 0 | 17 | 1 | 7 | 457 | 63 | 126 |
Binary | 11101110 | 11001011 | 11101100 | 0 | 1111 | 1 | 111 | 100101111 | 110011 | 1010110 |
Color Harmonies of #EECBEC
Complementary color
Monochromatic Colors of #EECBEC
Black with #EECBEC
Text Example
Text Example
White with #EECBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBEC; }
p { color: rgb(238,203,236); }
H1.HeaderClassName
{
color: #EECBEC;
}
.AnyTagClassName
{
color: #EECBEC;
}
</style>
background-color css
<style>
a { background-color: #EECBEC; }
a { background-color: rgb(238,203,236); }
div.DivClassName
{
background-color: #EECBEC;
}
.BgClassName
{
background-color: #EECBEC;
}
</style>
border-color css
<style>
span { border-color: #EECBEC; }
span { border-color: rgb(238,203,236); }
td.TdClassName
{
border-color: #EECBEC;
}
.TagClassName
{
border-color: #EECBEC;
}
</style>