Shades of Snuff #EECDF4
Tints of Snuff #EECDF4
RGB
CMYK
RGB Variations
Color information
#EECDF4 (or 0xEECDF4) is known color: Snuff. HEX triplet: EE, CD and F4. RGB value is (238,205,244). Sum of RGB (Red+Green+Blue) = 238+205+244=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #EECDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF4 is #11320B. Grayscale: #DBDBDB. Windows color (decimal): -1126924 or 16043502. OLE color: 16043502.
HSL color Cylindrical-coordinate representation of color #EECDF4: hue angle of 290.77º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECDF4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 205 | 244 | - |
CMYK | 0.02 | 0.16 | 0 | 0.04 |
HSL | 290.77º | 0.64% | 0.88% | - |
HSV(B) | 290.77º | 0.16% | 0.96% | - |
XYZ | 73.42 | 68.37 | 94.92 | - |
YUV | 219.31 | 141.93 | 141.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 244 | 0.02 | 0.16 | 0 | 0.04 | 290.77 | 0.64 | 0.88 |
Hex | EE | CD | F4 | 2 | 10 | 0 | 4 | 123 | 40 | 58 |
Octal | 356 | 315 | 364 | 2 | 20 | 0 | 4 | 443 | 100 | 130 |
Binary | 11101110 | 11001101 | 11110100 | 10 | 10000 | 0 | 100 | 100100011 | 1000000 | 1011000 |
Color Harmonies of #EECDF4
Complementary color
Monochromatic Colors of #EECDF4
Black with #EECDF4
Text Example
Text Example
White with #EECDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDF4; }
p { color: rgb(238,205,244); }
H1.HeaderClassName
{
color: #EECDF4;
}
.AnyTagClassName
{
color: #EECDF4;
}
</style>
background-color css
<style>
a { background-color: #EECDF4; }
a { background-color: rgb(238,205,244); }
div.DivClassName
{
background-color: #EECDF4;
}
.BgClassName
{
background-color: #EECDF4;
}
</style>
border-color css
<style>
span { border-color: #EECDF4; }
span { border-color: rgb(238,205,244); }
td.TdClassName
{
border-color: #EECDF4;
}
.TagClassName
{
border-color: #EECDF4;
}
</style>