Shades of Snuff #EFCEF4
Tints of Snuff #EFCEF4
RGB
CMYK
RGB Variations
Color information
#EFCEF4 (or 0xEFCEF4) is known color: Snuff. HEX triplet: EF, CE and F4. RGB value is (239,206,244). Sum of RGB (Red+Green+Blue) = 239+206+244=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFCEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF4 is #10310B. Grayscale: #DCDCDC. Windows color (decimal): -1061132 or 16043759. OLE color: 16043759.
HSL color Cylindrical-coordinate representation of color #EFCEF4: hue angle of 292.11º degrees, saturation: 0.63, 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 #EFCEF4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 206 | 244 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.04 |
| HSL | 292.11º | 0.63% | 0.88% | - |
| HSV(B) | 292.11º | 0.16% | 0.96% | - |
| XYZ | 74 | 69.02 | 95.01 | - |
| YUV | 220.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 244 | 0.02 | 0.16 | 0 | 0.04 | 292.11 | 0.63 | 0.88 |
| Hex | EF | CE | F4 | 2 | 10 | 0 | 4 | 124 | 3F | 58 |
| Octal | 357 | 316 | 364 | 2 | 20 | 0 | 4 | 444 | 77 | 130 |
| Binary | 11101111 | 11001110 | 11110100 | 10 | 10000 | 0 | 100 | 100100100 | 111111 | 1011000 |
Color Harmonies of #EFCEF4
Complementary color
Monochromatic Colors of #EFCEF4
Black with #EFCEF4
Text Example
Text Example
White with #EFCEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEF4; }
p { color: rgb(239,206,244); }
H1.HeaderClassName
{
color: #EFCEF4;
}
.AnyTagClassName
{
color: #EFCEF4;
}
</style>
background-color css
<style>
a { background-color: #EFCEF4; }
a { background-color: rgb(239,206,244); }
div.DivClassName
{
background-color: #EFCEF4;
}
.BgClassName
{
background-color: #EFCEF4;
}
</style>
border-color css
<style>
span { border-color: #EFCEF4; }
span { border-color: rgb(239,206,244); }
td.TdClassName
{
border-color: #EFCEF4;
}
.TagClassName
{
border-color: #EFCEF4;
}
</style>