Shades of Snuff #EFDBEE
Tints of Snuff #EFDBEE
RGB
CMYK
RGB Variations
Color information
#EFDBEE (or 0xEFDBEE) is known color: Snuff. HEX triplet: EF, DB and EE. RGB value is (239,219,238). Sum of RGB (Red+Green+Blue) = 239+219+238=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBEE is #102411. Grayscale: #E3E3E3. Windows color (decimal): -1057810 or 15653871. OLE color: 15653871.
HSL color Cylindrical-coordinate representation of color #EFDBEE: hue angle of 303º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBEE is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 238 | - |
CMYK | 0 | 0.08 | 0.00 | 0.06 |
HSL | 303º | 0.38% | 0.9% | - |
HSV(B) | 303º | 0.08% | 0.94% | - |
XYZ | 76.36 | 75.19 | 91.38 | - |
YUV | 227.15 | 134.13 | 136.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 238 | 0 | 0.08 | 0.00 | 0.06 | 303 | 0.38 | 0.9 |
Hex | EF | DB | EE | 0 | 8 | 0 | 6 | 12F | 26 | 5A |
Octal | 357 | 333 | 356 | 0 | 10 | 0 | 6 | 457 | 46 | 132 |
Binary | 11101111 | 11011011 | 11101110 | 0 | 1000 | 0 | 110 | 100101111 | 100110 | 1011010 |
Color Harmonies of #EFDBEE
Complementary color
Monochromatic Colors of #EFDBEE
Black with #EFDBEE
Text Example
Text Example
White with #EFDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBEE; }
p { color: rgb(239,219,238); }
H1.HeaderClassName
{
color: #EFDBEE;
}
.AnyTagClassName
{
color: #EFDBEE;
}
</style>
background-color css
<style>
a { background-color: #EFDBEE; }
a { background-color: rgb(239,219,238); }
div.DivClassName
{
background-color: #EFDBEE;
}
.BgClassName
{
background-color: #EFDBEE;
}
</style>
border-color css
<style>
span { border-color: #EFDBEE; }
span { border-color: rgb(239,219,238); }
td.TdClassName
{
border-color: #EFDBEE;
}
.TagClassName
{
border-color: #EFDBEE;
}
</style>