Shades of Snuff #EFD2F2
Tints of Snuff #EFD2F2
RGB
CMYK
RGB Variations
Color information
#EFD2F2 (or 0xEFD2F2) is known color: Snuff. HEX triplet: EF, D2 and F2. RGB value is (239,210,242). Sum of RGB (Red+Green+Blue) = 239+210+242=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 210 (82.42% from 255 or 30.39% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFD2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2F2 is #102D0D. Grayscale: #DEDEDE. Windows color (decimal): -1060110 or 15913711. OLE color: 15913711.
HSL color Cylindrical-coordinate representation of color #EFD2F2: hue angle of 294.38º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD2F2 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 210 | 242 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.05 |
| HSL | 294.38º | 0.55% | 0.89% | - |
| HSV(B) | 294.38º | 0.13% | 0.95% | - |
| XYZ | 74.67 | 70.85 | 93.75 | - |
| YUV | 222.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 242 | 0.01 | 0.13 | 0 | 0.05 | 294.38 | 0.55 | 0.89 |
| Hex | EF | D2 | F2 | 1 | D | 0 | 5 | 126 | 37 | 59 |
| Octal | 357 | 322 | 362 | 1 | 15 | 0 | 5 | 446 | 67 | 131 |
| Binary | 11101111 | 11010010 | 11110010 | 1 | 1101 | 0 | 101 | 100100110 | 110111 | 1011001 |
Color Harmonies of #EFD2F2
Complementary color
Monochromatic Colors of #EFD2F2
Black with #EFD2F2
Text Example
Text Example
White with #EFD2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2F2; }
p { color: rgb(239,210,242); }
H1.HeaderClassName
{
color: #EFD2F2;
}
.AnyTagClassName
{
color: #EFD2F2;
}
</style>
background-color css
<style>
a { background-color: #EFD2F2; }
a { background-color: rgb(239,210,242); }
div.DivClassName
{
background-color: #EFD2F2;
}
.BgClassName
{
background-color: #EFD2F2;
}
</style>
border-color css
<style>
span { border-color: #EFD2F2; }
span { border-color: rgb(239,210,242); }
td.TdClassName
{
border-color: #EFD2F2;
}
.TagClassName
{
border-color: #EFD2F2;
}
</style>