Shades of Snuff #EED6EA
Tints of Snuff #EED6EA
RGB
CMYK
RGB Variations
Color information
#EED6EA (or 0xEED6EA) is known color: Snuff. HEX triplet: EE, D6 and EA. RGB value is (238,214,234). Sum of RGB (Red+Green+Blue) = 238+214+234=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6EA is #112915. Grayscale: #DFDFDF. Windows color (decimal): -1124630 or 15390446. OLE color: 15390446.
HSL color Cylindrical-coordinate representation of color #EED6EA: hue angle of 310º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6EA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 234 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.07 |
| HSL | 310º | 0.41% | 0.89% | - |
| HSV(B) | 310º | 0.1% | 0.93% | - |
| XYZ | 74.16 | 72.21 | 87.87 | - |
| YUV | 223.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 234 | 0 | 0.10 | 0.02 | 0.07 | 310 | 0.41 | 0.89 |
| Hex | EE | D6 | EA | 0 | A | 2 | 7 | 136 | 29 | 59 |
| Octal | 356 | 326 | 352 | 0 | 12 | 2 | 7 | 466 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11101010 | 0 | 1010 | 10 | 111 | 100110110 | 101001 | 1011001 |
Color Harmonies of #EED6EA
Complementary color
Monochromatic Colors of #EED6EA
Black with #EED6EA
Text Example
Text Example
White with #EED6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6EA; }
p { color: rgb(238,214,234); }
H1.HeaderClassName
{
color: #EED6EA;
}
.AnyTagClassName
{
color: #EED6EA;
}
</style>
background-color css
<style>
a { background-color: #EED6EA; }
a { background-color: rgb(238,214,234); }
div.DivClassName
{
background-color: #EED6EA;
}
.BgClassName
{
background-color: #EED6EA;
}
</style>
border-color css
<style>
span { border-color: #EED6EA; }
span { border-color: rgb(238,214,234); }
td.TdClassName
{
border-color: #EED6EA;
}
.TagClassName
{
border-color: #EED6EA;
}
</style>