Shades of Snuff #EBCBF0
Tints of Snuff #EBCBF0
RGB
CMYK
RGB Variations
Color information
#EBCBF0 (or 0xEBCBF0) is known color: Snuff. HEX triplet: EB, CB and F0. RGB value is (235,203,240). Sum of RGB (Red+Green+Blue) = 235+203+240=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF0 is #14340F. Grayscale: #D8D8D8. Windows color (decimal): -1324048 or 15780843. OLE color: 15780843.
HSL color Cylindrical-coordinate representation of color #EBCBF0: hue angle of 291.89º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCBF0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 203 | 240 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.06 |
| HSL | 291.89º | 0.55% | 0.87% | - |
| HSV(B) | 291.89º | 0.15% | 0.94% | - |
| XYZ | 71.35 | 66.67 | 91.55 | - |
| YUV | 216.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 240 | 0.02 | 0.15 | 0 | 0.06 | 291.89 | 0.55 | 0.87 |
| Hex | EB | CB | F0 | 2 | F | 0 | 6 | 124 | 37 | 57 |
| Octal | 353 | 313 | 360 | 2 | 17 | 0 | 6 | 444 | 67 | 127 |
| Binary | 11101011 | 11001011 | 11110000 | 10 | 1111 | 0 | 110 | 100100100 | 110111 | 1010111 |
Color Harmonies of #EBCBF0
Complementary color
Monochromatic Colors of #EBCBF0
Black with #EBCBF0
Text Example
Text Example
White with #EBCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBF0; }
p { color: rgb(235,203,240); }
H1.HeaderClassName
{
color: #EBCBF0;
}
.AnyTagClassName
{
color: #EBCBF0;
}
</style>
background-color css
<style>
a { background-color: #EBCBF0; }
a { background-color: rgb(235,203,240); }
div.DivClassName
{
background-color: #EBCBF0;
}
.BgClassName
{
background-color: #EBCBF0;
}
</style>
border-color css
<style>
span { border-color: #EBCBF0; }
span { border-color: rgb(235,203,240); }
td.TdClassName
{
border-color: #EBCBF0;
}
.TagClassName
{
border-color: #EBCBF0;
}
</style>