Shades of Snuff #ECCBE5
Tints of Snuff #ECCBE5
RGB
CMYK
RGB Variations
Color information
#ECCBE5 (or 0xECCBE5) is known color: Snuff. HEX triplet: EC, CB and E5. RGB value is (236,203,229). Sum of RGB (Red+Green+Blue) = 236+203+229=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBE5 is #13341A. Grayscale: #D7D7D7. Windows color (decimal): -1258523 or 15059948. OLE color: 15059948.
HSL color Cylindrical-coordinate representation of color #ECCBE5: hue angle of 312.73º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBE5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 203 | 229 | - |
CMYK | 0 | 0.14 | 0.03 | 0.07 |
HSL | 312.73º | 0.46% | 0.86% | - |
HSV(B) | 312.73º | 0.14% | 0.93% | - |
XYZ | 70.09 | 66.2 | 83.21 | - |
YUV | 215.83 | 135.43 | 142.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 203 | 229 | 0 | 0.14 | 0.03 | 0.07 | 312.73 | 0.46 | 0.86 |
Hex | EC | CB | E5 | 0 | E | 3 | 7 | 139 | 2E | 56 |
Octal | 354 | 313 | 345 | 0 | 16 | 3 | 7 | 471 | 56 | 126 |
Binary | 11101100 | 11001011 | 11100101 | 0 | 1110 | 11 | 111 | 100111001 | 101110 | 1010110 |
Color Harmonies of #ECCBE5
Complementary color
Monochromatic Colors of #ECCBE5
Black with #ECCBE5
Text Example
Text Example
White with #ECCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBE5; }
p { color: rgb(236,203,229); }
H1.HeaderClassName
{
color: #ECCBE5;
}
.AnyTagClassName
{
color: #ECCBE5;
}
</style>
background-color css
<style>
a { background-color: #ECCBE5; }
a { background-color: rgb(236,203,229); }
div.DivClassName
{
background-color: #ECCBE5;
}
.BgClassName
{
background-color: #ECCBE5;
}
</style>
border-color css
<style>
span { border-color: #ECCBE5; }
span { border-color: rgb(236,203,229); }
td.TdClassName
{
border-color: #ECCBE5;
}
.TagClassName
{
border-color: #ECCBE5;
}
</style>