Shades of Snuff #EECAEF
Tints of Snuff #EECAEF
RGB
CMYK
RGB Variations
Color information
#EECAEF (or 0xEECAEF) is known color: Snuff. HEX triplet: EE, CA and EF. RGB value is (238,202,239). Sum of RGB (Red+Green+Blue) = 238+202+239=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAEF is #113510. Grayscale: #D8D8D8. Windows color (decimal): -1127697 or 15715054. OLE color: 15715054.
HSL color Cylindrical-coordinate representation of color #EECAEF: hue angle of 298.38º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAEF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 202 | 239 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.06 |
| HSL | 298.38º | 0.54% | 0.86% | - |
| HSV(B) | 298.38º | 0.15% | 0.94% | - |
| XYZ | 71.96 | 66.65 | 90.73 | - |
| YUV | 216.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 239 | 0.00 | 0.15 | 0 | 0.06 | 298.38 | 0.54 | 0.86 |
| Hex | EE | CA | EF | 0 | F | 0 | 6 | 12A | 36 | 56 |
| Octal | 356 | 312 | 357 | 0 | 17 | 0 | 6 | 452 | 66 | 126 |
| Binary | 11101110 | 11001010 | 11101111 | 0 | 1111 | 0 | 110 | 100101010 | 110110 | 1010110 |
Color Harmonies of #EECAEF
Complementary color
Monochromatic Colors of #EECAEF
Black with #EECAEF
Text Example
Text Example
White with #EECAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAEF; }
p { color: rgb(238,202,239); }
H1.HeaderClassName
{
color: #EECAEF;
}
.AnyTagClassName
{
color: #EECAEF;
}
</style>
background-color css
<style>
a { background-color: #EECAEF; }
a { background-color: rgb(238,202,239); }
div.DivClassName
{
background-color: #EECAEF;
}
.BgClassName
{
background-color: #EECAEF;
}
</style>
border-color css
<style>
span { border-color: #EECAEF; }
span { border-color: rgb(238,202,239); }
td.TdClassName
{
border-color: #EECAEF;
}
.TagClassName
{
border-color: #EECAEF;
}
</style>