Shades of Snuff #EAD3EE
Tints of Snuff #EAD3EE
RGB
CMYK
RGB Variations
Color information
#EAD3EE (or 0xEAD3EE) is known color: Snuff. HEX triplet: EA, D3 and EE. RGB value is (234,211,238). Sum of RGB (Red+Green+Blue) = 234+211+238=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD3EE is #152C11. Grayscale: #DCDCDC. Windows color (decimal): -1387538 or 15651818. OLE color: 15651818.
HSL color Cylindrical-coordinate representation of color #EAD3EE: hue angle of 291.11º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD3EE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 211 | 238 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.07 |
| HSL | 291.11º | 0.44% | 0.88% | - |
| HSV(B) | 291.11º | 0.11% | 0.93% | - |
| XYZ | 72.66 | 70.25 | 90.62 | - |
| YUV | 220.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 238 | 0.02 | 0.11 | 0 | 0.07 | 291.11 | 0.44 | 0.88 |
| Hex | EA | D3 | EE | 2 | B | 0 | 7 | 123 | 2C | 58 |
| Octal | 352 | 323 | 356 | 2 | 13 | 0 | 7 | 443 | 54 | 130 |
| Binary | 11101010 | 11010011 | 11101110 | 10 | 1011 | 0 | 111 | 100100011 | 101100 | 1011000 |
Color Harmonies of #EAD3EE
Complementary color
Monochromatic Colors of #EAD3EE
Black with #EAD3EE
Text Example
Text Example
White with #EAD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3EE; }
p { color: rgb(234,211,238); }
H1.HeaderClassName
{
color: #EAD3EE;
}
.AnyTagClassName
{
color: #EAD3EE;
}
</style>
background-color css
<style>
a { background-color: #EAD3EE; }
a { background-color: rgb(234,211,238); }
div.DivClassName
{
background-color: #EAD3EE;
}
.BgClassName
{
background-color: #EAD3EE;
}
</style>
border-color css
<style>
span { border-color: #EAD3EE; }
span { border-color: rgb(234,211,238); }
td.TdClassName
{
border-color: #EAD3EE;
}
.TagClassName
{
border-color: #EAD3EE;
}
</style>