Shades of Snuff #EECFF2
Tints of Snuff #EECFF2
RGB
CMYK
RGB Variations
Color information
#EECFF2 (or 0xEECFF2) is known color: Snuff. HEX triplet: EE, CF and F2. RGB value is (238,207,242). Sum of RGB (Red+Green+Blue) = 238+207+242=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #EECFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFF2 is #11300D. Grayscale: #DCDCDC. Windows color (decimal): -1126414 or 15912942. OLE color: 15912942.
HSL color Cylindrical-coordinate representation of color #EECFF2: hue angle of 293.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECFF2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 207 | 242 | - |
CMYK | 0.02 | 0.14 | 0 | 0.05 |
HSL | 293.14º | 0.57% | 0.88% | - |
HSV(B) | 293.14º | 0.14% | 0.95% | - |
XYZ | 73.6 | 69.21 | 93.48 | - |
YUV | 220.26 | 140.27 | 140.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 207 | 242 | 0.02 | 0.14 | 0 | 0.05 | 293.14 | 0.57 | 0.88 |
Hex | EE | CF | F2 | 2 | E | 0 | 5 | 125 | 39 | 58 |
Octal | 356 | 317 | 362 | 2 | 16 | 0 | 5 | 445 | 71 | 130 |
Binary | 11101110 | 11001111 | 11110010 | 10 | 1110 | 0 | 101 | 100100101 | 111001 | 1011000 |
Color Harmonies of #EECFF2
Complementary color
Monochromatic Colors of #EECFF2
Black with #EECFF2
Text Example
Text Example
White with #EECFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFF2; }
p { color: rgb(238,207,242); }
H1.HeaderClassName
{
color: #EECFF2;
}
.AnyTagClassName
{
color: #EECFF2;
}
</style>
background-color css
<style>
a { background-color: #EECFF2; }
a { background-color: rgb(238,207,242); }
div.DivClassName
{
background-color: #EECFF2;
}
.BgClassName
{
background-color: #EECFF2;
}
</style>
border-color css
<style>
span { border-color: #EECFF2; }
span { border-color: rgb(238,207,242); }
td.TdClassName
{
border-color: #EECFF2;
}
.TagClassName
{
border-color: #EECFF2;
}
</style>