Shades of Prim #DFD7DA
Tints of Prim #DFD7DA
RGB
CMYK
RGB Variations
Color information
#DFD7DA (or 0xDFD7DA) is known color: Prim. HEX triplet: DF, D7 and DA. RGB value is (223,215,218). Sum of RGB (Red+Green+Blue) = 223+215+218=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7DA is #202825. Grayscale: #D9D9D9. Windows color (decimal): -2107430 or 14342111. OLE color: 14342111.
HSL color Cylindrical-coordinate representation of color #DFD7DA: hue angle of 337.5º 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 #DFD7DA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 215 | 218 | - |
CMYK | 0 | 0.04 | 0.02 | 0.13 |
HSL | 337.5º | 0.11% | 0.86% | - |
HSV(B) | 337.5º | 0.04% | 0.87% | - |
XYZ | 67.39 | 69.35 | 76.16 | - |
YUV | 217.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 218 | 0 | 0.04 | 0.02 | 0.13 | 337.5 | 0.11 | 0.86 |
Hex | DF | D7 | DA | 0 | 4 | 2 | D | 152 | B | 56 |
Octal | 337 | 327 | 332 | 0 | 4 | 2 | 15 | 522 | 13 | 126 |
Binary | 11011111 | 11010111 | 11011010 | 0 | 100 | 10 | 1101 | 101010010 | 1011 | 1010110 |
Color Harmonies of #DFD7DA
Complementary color
Monochromatic Colors of #DFD7DA
Black with #DFD7DA
Text Example
Text Example
White with #DFD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7DA; }
p { color: rgb(223,215,218); }
H1.HeaderClassName
{
color: #DFD7DA;
}
.AnyTagClassName
{
color: #DFD7DA;
}
</style>
background-color css
<style>
a { background-color: #DFD7DA; }
a { background-color: rgb(223,215,218); }
div.DivClassName
{
background-color: #DFD7DA;
}
.BgClassName
{
background-color: #DFD7DA;
}
</style>
border-color css
<style>
span { border-color: #DFD7DA; }
span { border-color: rgb(223,215,218); }
td.TdClassName
{
border-color: #DFD7DA;
}
.TagClassName
{
border-color: #DFD7DA;
}
</style>