Shades of Snuff #EFBDF2
Tints of Snuff #EFBDF2
RGB
CMYK
RGB Variations
Color information
#EFBDF2 (or 0xEFBDF2) is known color: Snuff. HEX triplet: EF, BD and F2. RGB value is (239,189,242). Sum of RGB (Red+Green+Blue) = 239+189+242=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDF2 is #10420D. Grayscale: #D1D1D1. Windows color (decimal): -1065486 or 15908335. OLE color: 15908335.
HSL color Cylindrical-coordinate representation of color #EFBDF2: hue angle of 296.6º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBDF2 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 189 | 242 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.05 |
| HSL | 296.6º | 0.67% | 0.85% | - |
| HSV(B) | 296.6º | 0.22% | 0.95% | - |
| XYZ | 69.82 | 61.16 | 92.13 | - |
| YUV | 209.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 242 | 0.01 | 0.22 | 0 | 0.05 | 296.6 | 0.67 | 0.85 |
| Hex | EF | BD | F2 | 1 | 16 | 0 | 5 | 129 | 43 | 55 |
| Octal | 357 | 275 | 362 | 1 | 26 | 0 | 5 | 451 | 103 | 125 |
| Binary | 11101111 | 10111101 | 11110010 | 1 | 10110 | 0 | 101 | 100101001 | 1000011 | 1010101 |
Color Harmonies of #EFBDF2
Complementary color
Monochromatic Colors of #EFBDF2
Black with #EFBDF2
Text Example
Text Example
White with #EFBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDF2; }
p { color: rgb(239,189,242); }
H1.HeaderClassName
{
color: #EFBDF2;
}
.AnyTagClassName
{
color: #EFBDF2;
}
</style>
background-color css
<style>
a { background-color: #EFBDF2; }
a { background-color: rgb(239,189,242); }
div.DivClassName
{
background-color: #EFBDF2;
}
.BgClassName
{
background-color: #EFBDF2;
}
</style>
border-color css
<style>
span { border-color: #EFBDF2; }
span { border-color: rgb(239,189,242); }
td.TdClassName
{
border-color: #EFBDF2;
}
.TagClassName
{
border-color: #EFBDF2;
}
</style>