Shades of Snuff #EECBF2
Tints of Snuff #EECBF2
RGB
CMYK
RGB Variations
Color information
#EECBF2 (or 0xEECBF2) is known color: Snuff. HEX triplet: EE, CB and F2. RGB value is (238,203,242). Sum of RGB (Red+Green+Blue) = 238+203+242=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #EECBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBF2 is #11340D. Grayscale: #D9D9D9. Windows color (decimal): -1127438 or 15911918. OLE color: 15911918.
HSL color Cylindrical-coordinate representation of color #EECBF2: hue angle of 293.85º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECBF2 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 203 | 242 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.05 |
| HSL | 293.85º | 0.6% | 0.87% | - |
| HSV(B) | 293.85º | 0.16% | 0.95% | - |
| XYZ | 72.64 | 67.3 | 93.17 | - |
| YUV | 217.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 242 | 0.02 | 0.16 | 0 | 0.05 | 293.85 | 0.6 | 0.87 |
| Hex | EE | CB | F2 | 2 | 10 | 0 | 5 | 126 | 3C | 57 |
| Octal | 356 | 313 | 362 | 2 | 20 | 0 | 5 | 446 | 74 | 127 |
| Binary | 11101110 | 11001011 | 11110010 | 10 | 10000 | 0 | 101 | 100100110 | 111100 | 1010111 |
Color Harmonies of #EECBF2
Complementary color
Monochromatic Colors of #EECBF2
Black with #EECBF2
Text Example
Text Example
White with #EECBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBF2; }
p { color: rgb(238,203,242); }
H1.HeaderClassName
{
color: #EECBF2;
}
.AnyTagClassName
{
color: #EECBF2;
}
</style>
background-color css
<style>
a { background-color: #EECBF2; }
a { background-color: rgb(238,203,242); }
div.DivClassName
{
background-color: #EECBF2;
}
.BgClassName
{
background-color: #EECBF2;
}
</style>
border-color css
<style>
span { border-color: #EECBF2; }
span { border-color: rgb(238,203,242); }
td.TdClassName
{
border-color: #EECBF2;
}
.TagClassName
{
border-color: #EECBF2;
}
</style>