Shades of Prim #DFD8DB
Tints of Prim #DFD8DB
RGB
CMYK
RGB Variations
Color information
#DFD8DB (or 0xDFD8DB) is known color: Prim. HEX triplet: DF, D8 and DB. RGB value is (223,216,219). Sum of RGB (Red+Green+Blue) = 223+216+219=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8DB is #202724. Grayscale: #DADADA. Windows color (decimal): -2107173 or 14407903. OLE color: 14407903.
HSL color Cylindrical-coordinate representation of color #DFD8DB: hue angle of 334.29º degrees, saturation: 0.1, 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 #DFD8DB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 216 | 219 | - |
CMYK | 0 | 0.03 | 0.02 | 0.13 |
HSL | 334.29º | 0.1% | 0.86% | - |
HSV(B) | 334.29º | 0.03% | 0.87% | - |
XYZ | 67.77 | 69.91 | 76.94 | - |
YUV | 218.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 216 | 219 | 0 | 0.03 | 0.02 | 0.13 | 334.29 | 0.1 | 0.86 |
Hex | DF | D8 | DB | 0 | 3 | 2 | D | 14E | A | 56 |
Octal | 337 | 330 | 333 | 0 | 3 | 2 | 15 | 516 | 12 | 126 |
Binary | 11011111 | 11011000 | 11011011 | 0 | 11 | 10 | 1101 | 101001110 | 1010 | 1010110 |
Color Harmonies of #DFD8DB
Complementary color
Monochromatic Colors of #DFD8DB
Black with #DFD8DB
Text Example
Text Example
White with #DFD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8DB; }
p { color: rgb(223,216,219); }
H1.HeaderClassName
{
color: #DFD8DB;
}
.AnyTagClassName
{
color: #DFD8DB;
}
</style>
background-color css
<style>
a { background-color: #DFD8DB; }
a { background-color: rgb(223,216,219); }
div.DivClassName
{
background-color: #DFD8DB;
}
.BgClassName
{
background-color: #DFD8DB;
}
</style>
border-color css
<style>
span { border-color: #DFD8DB; }
span { border-color: rgb(223,216,219); }
td.TdClassName
{
border-color: #DFD8DB;
}
.TagClassName
{
border-color: #DFD8DB;
}
</style>