Shades of Snuff #EECFEE
Tints of Snuff #EECFEE
RGB
CMYK
RGB Variations
Color information
#EECFEE (or 0xEECFEE) is known color: Snuff. HEX triplet: EE, CF and EE. RGB value is (238,207,238). Sum of RGB (Red+Green+Blue) = 238+207+238=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EECFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFEE is #113011. Grayscale: #DBDBDB. Windows color (decimal): -1126418 or 15650798. OLE color: 15650798.
HSL color Cylindrical-coordinate representation of color #EECFEE: hue angle of 300º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFEE is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 207 | 238 | - |
CMYK | 0 | 0.13 | 0 | 0.07 |
HSL | 300º | 0.48% | 0.87% | - |
HSV(B) | 300º | 0.13% | 0.93% | - |
XYZ | 73.01 | 68.98 | 90.35 | - |
YUV | 219.8 | 138.27 | 140.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 207 | 238 | 0 | 0.13 | 0 | 0.07 | 300 | 0.48 | 0.87 |
Hex | EE | CF | EE | 0 | D | 0 | 7 | 12C | 30 | 57 |
Octal | 356 | 317 | 356 | 0 | 15 | 0 | 7 | 454 | 60 | 127 |
Binary | 11101110 | 11001111 | 11101110 | 0 | 1101 | 0 | 111 | 100101100 | 110000 | 1010111 |
Color Harmonies of #EECFEE
Complementary color
Monochromatic Colors of #EECFEE
Black with #EECFEE
Text Example
Text Example
White with #EECFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFEE; }
p { color: rgb(238,207,238); }
H1.HeaderClassName
{
color: #EECFEE;
}
.AnyTagClassName
{
color: #EECFEE;
}
</style>
background-color css
<style>
a { background-color: #EECFEE; }
a { background-color: rgb(238,207,238); }
div.DivClassName
{
background-color: #EECFEE;
}
.BgClassName
{
background-color: #EECFEE;
}
</style>
border-color css
<style>
span { border-color: #EECFEE; }
span { border-color: rgb(238,207,238); }
td.TdClassName
{
border-color: #EECFEE;
}
.TagClassName
{
border-color: #EECFEE;
}
</style>