Shades of Snuff #EBC2EE
Tints of Snuff #EBC2EE
RGB
CMYK
RGB Variations
Color information
#EBC2EE (or 0xEBC2EE) is known color: Snuff. HEX triplet: EB, C2 and EE. RGB value is (235,194,238). Sum of RGB (Red+Green+Blue) = 235+194+238=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EE is #143D11. Grayscale: #D3D3D3. Windows color (decimal): -1326354 or 15647467. OLE color: 15647467.
HSL color Cylindrical-coordinate representation of color #EBC2EE: hue angle of 295.91º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC2EE is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 194 | 238 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.07 |
| HSL | 295.91º | 0.56% | 0.85% | - |
| HSV(B) | 295.91º | 0.18% | 0.93% | - |
| XYZ | 68.99 | 62.42 | 89.3 | - |
| YUV | 211.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 238 | 0.01 | 0.18 | 0 | 0.07 | 295.91 | 0.56 | 0.85 |
| Hex | EB | C2 | EE | 1 | 12 | 0 | 7 | 128 | 38 | 55 |
| Octal | 353 | 302 | 356 | 1 | 22 | 0 | 7 | 450 | 70 | 125 |
| Binary | 11101011 | 11000010 | 11101110 | 1 | 10010 | 0 | 111 | 100101000 | 111000 | 1010101 |
Color Harmonies of #EBC2EE
Complementary color
Monochromatic Colors of #EBC2EE
Black with #EBC2EE
Text Example
Text Example
White with #EBC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2EE; }
p { color: rgb(235,194,238); }
H1.HeaderClassName
{
color: #EBC2EE;
}
.AnyTagClassName
{
color: #EBC2EE;
}
</style>
background-color css
<style>
a { background-color: #EBC2EE; }
a { background-color: rgb(235,194,238); }
div.DivClassName
{
background-color: #EBC2EE;
}
.BgClassName
{
background-color: #EBC2EE;
}
</style>
border-color css
<style>
span { border-color: #EBC2EE; }
span { border-color: rgb(235,194,238); }
td.TdClassName
{
border-color: #EBC2EE;
}
.TagClassName
{
border-color: #EBC2EE;
}
</style>