Shades of Snuff #EFBDF4
Tints of Snuff #EFBDF4
RGB
CMYK
RGB Variations
Color information
#EFBDF4 (or 0xEFBDF4) is known color: Snuff. HEX triplet: EF, BD and F4. RGB value is (239,189,244). Sum of RGB (Red+Green+Blue) = 239+189+244=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDF4 is #10420B. Grayscale: #D2D2D2. Windows color (decimal): -1065484 or 16039407. OLE color: 16039407.
HSL color Cylindrical-coordinate representation of color #EFBDF4: hue angle of 294.55º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBDF4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 189 | 244 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.04 |
| HSL | 294.55º | 0.71% | 0.85% | - |
| HSV(B) | 294.55º | 0.23% | 0.96% | - |
| XYZ | 70.12 | 61.28 | 93.72 | - |
| YUV | 210.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 244 | 0.02 | 0.23 | 0 | 0.04 | 294.55 | 0.71 | 0.85 |
| Hex | EF | BD | F4 | 2 | 17 | 0 | 4 | 127 | 47 | 55 |
| Octal | 357 | 275 | 364 | 2 | 27 | 0 | 4 | 447 | 107 | 125 |
| Binary | 11101111 | 10111101 | 11110100 | 10 | 10111 | 0 | 100 | 100100111 | 1000111 | 1010101 |
Color Harmonies of #EFBDF4
Complementary color
Monochromatic Colors of #EFBDF4
Black with #EFBDF4
Text Example
Text Example
White with #EFBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDF4; }
p { color: rgb(239,189,244); }
H1.HeaderClassName
{
color: #EFBDF4;
}
.AnyTagClassName
{
color: #EFBDF4;
}
</style>
background-color css
<style>
a { background-color: #EFBDF4; }
a { background-color: rgb(239,189,244); }
div.DivClassName
{
background-color: #EFBDF4;
}
.BgClassName
{
background-color: #EFBDF4;
}
</style>
border-color css
<style>
span { border-color: #EFBDF4; }
span { border-color: rgb(239,189,244); }
td.TdClassName
{
border-color: #EFBDF4;
}
.TagClassName
{
border-color: #EFBDF4;
}
</style>