Shades of Prim #DFD9DB
Tints of Prim #DFD9DB
RGB
CMYK
RGB Variations
Color information
#DFD9DB (or 0xDFD9DB) is known color: Prim. HEX triplet: DF, D9 and DB. RGB value is (223,217,219). Sum of RGB (Red+Green+Blue) = 223+217+219=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9DB is #202624. Grayscale: #DBDBDB. Windows color (decimal): -2106917 or 14408159. OLE color: 14408159.
HSL color Cylindrical-coordinate representation of color #DFD9DB: hue angle of 340º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFD9DB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 219 | - |
CMYK | 0 | 0.03 | 0.02 | 0.13 |
HSL | 340º | 0.09% | 0.86% | - |
HSV(B) | 340º | 0.03% | 0.87% | - |
XYZ | 68.03 | 70.43 | 77.03 | - |
YUV | 219.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 219 | 0 | 0.03 | 0.02 | 0.13 | 340 | 0.09 | 0.86 |
Hex | DF | D9 | DB | 0 | 3 | 2 | D | 154 | 9 | 56 |
Octal | 337 | 331 | 333 | 0 | 3 | 2 | 15 | 524 | 11 | 126 |
Binary | 11011111 | 11011001 | 11011011 | 0 | 11 | 10 | 1101 | 101010100 | 1001 | 1010110 |
Color Harmonies of #DFD9DB
Complementary color
Monochromatic Colors of #DFD9DB
Black with #DFD9DB
Text Example
Text Example
White with #DFD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9DB; }
p { color: rgb(223,217,219); }
H1.HeaderClassName
{
color: #DFD9DB;
}
.AnyTagClassName
{
color: #DFD9DB;
}
</style>
background-color css
<style>
a { background-color: #DFD9DB; }
a { background-color: rgb(223,217,219); }
div.DivClassName
{
background-color: #DFD9DB;
}
.BgClassName
{
background-color: #DFD9DB;
}
</style>
border-color css
<style>
span { border-color: #DFD9DB; }
span { border-color: rgb(223,217,219); }
td.TdClassName
{
border-color: #DFD9DB;
}
.TagClassName
{
border-color: #DFD9DB;
}
</style>