Shades of Snuff #EFCDF2
Tints of Snuff #EFCDF2
RGB
CMYK
RGB Variations
Color information
#EFCDF2 (or 0xEFCDF2) is known color: Snuff. HEX triplet: EF, CD and F2. RGB value is (239,205,242). Sum of RGB (Red+Green+Blue) = 239+205+242=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFCDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF2 is #10320D. Grayscale: #DBDBDB. Windows color (decimal): -1061390 or 15912431. OLE color: 15912431.
HSL color Cylindrical-coordinate representation of color #EFCDF2: hue angle of 295.14º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCDF2 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 205 | 242 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.05 |
| HSL | 295.14º | 0.59% | 0.88% | - |
| HSV(B) | 295.14º | 0.15% | 0.95% | - |
| XYZ | 73.45 | 68.42 | 93.34 | - |
| YUV | 219.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 242 | 0.01 | 0.15 | 0 | 0.05 | 295.14 | 0.59 | 0.88 |
| Hex | EF | CD | F2 | 1 | F | 0 | 5 | 127 | 3B | 58 |
| Octal | 357 | 315 | 362 | 1 | 17 | 0 | 5 | 447 | 73 | 130 |
| Binary | 11101111 | 11001101 | 11110010 | 1 | 1111 | 0 | 101 | 100100111 | 111011 | 1011000 |
Color Harmonies of #EFCDF2
Complementary color
Monochromatic Colors of #EFCDF2
Black with #EFCDF2
Text Example
Text Example
White with #EFCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDF2; }
p { color: rgb(239,205,242); }
H1.HeaderClassName
{
color: #EFCDF2;
}
.AnyTagClassName
{
color: #EFCDF2;
}
</style>
background-color css
<style>
a { background-color: #EFCDF2; }
a { background-color: rgb(239,205,242); }
div.DivClassName
{
background-color: #EFCDF2;
}
.BgClassName
{
background-color: #EFCDF2;
}
</style>
border-color css
<style>
span { border-color: #EFCDF2; }
span { border-color: rgb(239,205,242); }
td.TdClassName
{
border-color: #EFCDF2;
}
.TagClassName
{
border-color: #EFCDF2;
}
</style>