Shades of Snuff #EECBEE
Tints of Snuff #EECBEE
RGB
CMYK
RGB Variations
Color information
#EECBEE (or 0xEECBEE) is known color: Snuff. HEX triplet: EE, CB and EE. RGB value is (238,203,238). Sum of RGB (Red+Green+Blue) = 238+203+238=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EECBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBEE is #113411. Grayscale: #D9D9D9. Windows color (decimal): -1127442 or 15649774. OLE color: 15649774.
HSL color Cylindrical-coordinate representation of color #EECBEE: hue angle of 300º 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 #EECBEE is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 238 | - |
| CMYK | 0 | 0.15 | 0 | 0.07 |
| HSL | 300º | 0.51% | 0.86% | - |
| HSV(B) | 300º | 0.15% | 0.93% | - |
| XYZ | 72.05 | 67.06 | 90.04 | - |
| YUV | 217.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 238 | 0 | 0.15 | 0 | 0.07 | 300 | 0.51 | 0.86 |
| Hex | EE | CB | EE | 0 | F | 0 | 7 | 12C | 33 | 56 |
| Octal | 356 | 313 | 356 | 0 | 17 | 0 | 7 | 454 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11101110 | 0 | 1111 | 0 | 111 | 100101100 | 110011 | 1010110 |
Color Harmonies of #EECBEE
Complementary color
Monochromatic Colors of #EECBEE
Black with #EECBEE
Text Example
Text Example
White with #EECBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBEE; }
p { color: rgb(238,203,238); }
H1.HeaderClassName
{
color: #EECBEE;
}
.AnyTagClassName
{
color: #EECBEE;
}
</style>
background-color css
<style>
a { background-color: #EECBEE; }
a { background-color: rgb(238,203,238); }
div.DivClassName
{
background-color: #EECBEE;
}
.BgClassName
{
background-color: #EECBEE;
}
</style>
border-color css
<style>
span { border-color: #EECBEE; }
span { border-color: rgb(238,203,238); }
td.TdClassName
{
border-color: #EECBEE;
}
.TagClassName
{
border-color: #EECBEE;
}
</style>