Shades of Snuff #EFBDF0
Tints of Snuff #EFBDF0
RGB
CMYK
RGB Variations
Color information
#EFBDF0 (or 0xEFBDF0) is known color: Snuff. HEX triplet: EF, BD and F0. RGB value is (239,189,240). Sum of RGB (Red+Green+Blue) = 239+189+240=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDF0 is #10420F. Grayscale: #D1D1D1. Windows color (decimal): -1065488 or 15777263. OLE color: 15777263.
HSL color Cylindrical-coordinate representation of color #EFBDF0: hue angle of 298.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDF0 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 240 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.06 |
| HSL | 298.82º | 0.63% | 0.84% | - |
| HSV(B) | 298.82º | 0.21% | 0.94% | - |
| XYZ | 69.52 | 61.04 | 90.56 | - |
| YUV | 209.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 240 | 0.00 | 0.21 | 0 | 0.06 | 298.82 | 0.63 | 0.84 |
| Hex | EF | BD | F0 | 0 | 15 | 0 | 6 | 12B | 3F | 54 |
| Octal | 357 | 275 | 360 | 0 | 25 | 0 | 6 | 453 | 77 | 124 |
| Binary | 11101111 | 10111101 | 11110000 | 0 | 10101 | 0 | 110 | 100101011 | 111111 | 1010100 |
Color Harmonies of #EFBDF0
Complementary color
Monochromatic Colors of #EFBDF0
Black with #EFBDF0
Text Example
Text Example
White with #EFBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDF0; }
p { color: rgb(239,189,240); }
H1.HeaderClassName
{
color: #EFBDF0;
}
.AnyTagClassName
{
color: #EFBDF0;
}
</style>
background-color css
<style>
a { background-color: #EFBDF0; }
a { background-color: rgb(239,189,240); }
div.DivClassName
{
background-color: #EFBDF0;
}
.BgClassName
{
background-color: #EFBDF0;
}
</style>
border-color css
<style>
span { border-color: #EFBDF0; }
span { border-color: rgb(239,189,240); }
td.TdClassName
{
border-color: #EFBDF0;
}
.TagClassName
{
border-color: #EFBDF0;
}
</style>