Shades of Snuff #EBDFEA
Tints of Snuff #EBDFEA
RGB
CMYK
RGB Variations
Color information
#EBDFEA (or 0xEBDFEA) is known color: Snuff. HEX triplet: EB, DF and EA. RGB value is (235,223,234). Sum of RGB (Red+Green+Blue) = 235+223+234=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFEA is #142015. Grayscale: #E3E3E3. Windows color (decimal): -1318934 or 15392747. OLE color: 15392747.
HSL color Cylindrical-coordinate representation of color #EBDFEA: hue angle of 305º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBDFEA is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 234 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.08 |
| HSL | 305º | 0.23% | 0.9% | - |
| HSV(B) | 305º | 0.05% | 0.92% | - |
| XYZ | 75.5 | 76.38 | 88.61 | - |
| YUV | 227.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 234 | 0 | 0.05 | 0.00 | 0.08 | 305 | 0.23 | 0.9 |
| Hex | EB | DF | EA | 0 | 5 | 0 | 8 | 131 | 17 | 5A |
| Octal | 353 | 337 | 352 | 0 | 5 | 0 | 10 | 461 | 27 | 132 |
| Binary | 11101011 | 11011111 | 11101010 | 0 | 101 | 0 | 1000 | 100110001 | 10111 | 1011010 |
Color Harmonies of #EBDFEA
Complementary color
Monochromatic Colors of #EBDFEA
Black with #EBDFEA
Text Example
Text Example
White with #EBDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFEA; }
p { color: rgb(235,223,234); }
H1.HeaderClassName
{
color: #EBDFEA;
}
.AnyTagClassName
{
color: #EBDFEA;
}
</style>
background-color css
<style>
a { background-color: #EBDFEA; }
a { background-color: rgb(235,223,234); }
div.DivClassName
{
background-color: #EBDFEA;
}
.BgClassName
{
background-color: #EBDFEA;
}
</style>
border-color css
<style>
span { border-color: #EBDFEA; }
span { border-color: rgb(235,223,234); }
td.TdClassName
{
border-color: #EBDFEA;
}
.TagClassName
{
border-color: #EBDFEA;
}
</style>