Shades of Prim #DFD7DB
Tints of Prim #DFD7DB
RGB
CMYK
RGB Variations
Color information
#DFD7DB (or 0xDFD7DB) is known color: Prim. HEX triplet: DF, D7 and DB. RGB value is (223,215,219). Sum of RGB (Red+Green+Blue) = 223+215+219=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7DB is #202824. Grayscale: #D9D9D9. Windows color (decimal): -2107429 or 14407647. OLE color: 14407647.
HSL color Cylindrical-coordinate representation of color #DFD7DB: hue angle of 330º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD7DB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 215 | 219 | - |
CMYK | 0 | 0.04 | 0.02 | 0.13 |
HSL | 330º | 0.11% | 0.86% | - |
HSV(B) | 330º | 0.04% | 0.87% | - |
XYZ | 67.52 | 69.4 | 76.86 | - |
YUV | 217.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 219 | 0 | 0.04 | 0.02 | 0.13 | 330 | 0.11 | 0.86 |
Hex | DF | D7 | DB | 0 | 4 | 2 | D | 14A | B | 56 |
Octal | 337 | 327 | 333 | 0 | 4 | 2 | 15 | 512 | 13 | 126 |
Binary | 11011111 | 11010111 | 11011011 | 0 | 100 | 10 | 1101 | 101001010 | 1011 | 1010110 |
Color Harmonies of #DFD7DB
Complementary color
Monochromatic Colors of #DFD7DB
Black with #DFD7DB
Text Example
Text Example
White with #DFD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7DB; }
p { color: rgb(223,215,219); }
H1.HeaderClassName
{
color: #DFD7DB;
}
.AnyTagClassName
{
color: #DFD7DB;
}
</style>
background-color css
<style>
a { background-color: #DFD7DB; }
a { background-color: rgb(223,215,219); }
div.DivClassName
{
background-color: #DFD7DB;
}
.BgClassName
{
background-color: #DFD7DB;
}
</style>
border-color css
<style>
span { border-color: #DFD7DB; }
span { border-color: rgb(223,215,219); }
td.TdClassName
{
border-color: #DFD7DB;
}
.TagClassName
{
border-color: #DFD7DB;
}
</style>