Shades of Albescent White #DFDBD0
Tints of Albescent White #DFDBD0
RGB
CMYK
RGB Variations
Color information
#DFDBD0 (or 0xDFDBD0) is known color: Albescent White. HEX triplet: DF, DB and D0. RGB value is (223,219,208). Sum of RGB (Red+Green+Blue) = 223+219+208=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBD0 is #20242F. Grayscale: #DADADA. Windows color (decimal): -2106416 or 13687775. OLE color: 13687775.
HSL color Cylindrical-coordinate representation of color #DFDBD0: hue angle of 44º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDBD0 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 208 | - |
CMYK | 0 | 0.02 | 0.07 | 0.13 |
HSL | 44º | 0.19% | 0.85% | - |
HSV(B) | 44º | 0.07% | 0.87% | - |
XYZ | 67.15 | 70.91 | 69.82 | - |
YUV | 218.94 | 121.83 | 130.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 208 | 0 | 0.02 | 0.07 | 0.13 | 44 | 0.19 | 0.85 |
Hex | DF | DB | D0 | 0 | 2 | 7 | D | 2C | 13 | 55 |
Octal | 337 | 333 | 320 | 0 | 2 | 7 | 15 | 54 | 23 | 125 |
Binary | 11011111 | 11011011 | 11010000 | 0 | 10 | 111 | 1101 | 101100 | 10011 | 1010101 |
Color Harmonies of #DFDBD0
Complementary color
Monochromatic Colors of #DFDBD0
Black with #DFDBD0
Text Example
Text Example
White with #DFDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBD0; }
p { color: rgb(223,219,208); }
H1.HeaderClassName
{
color: #DFDBD0;
}
.AnyTagClassName
{
color: #DFDBD0;
}
</style>
background-color css
<style>
a { background-color: #DFDBD0; }
a { background-color: rgb(223,219,208); }
div.DivClassName
{
background-color: #DFDBD0;
}
.BgClassName
{
background-color: #DFDBD0;
}
</style>
border-color css
<style>
span { border-color: #DFDBD0; }
span { border-color: rgb(223,219,208); }
td.TdClassName
{
border-color: #DFDBD0;
}
.TagClassName
{
border-color: #DFDBD0;
}
</style>