Shades of Prim #DFD2D8
Tints of Prim #DFD2D8
RGB
CMYK
RGB Variations
Color information
#DFD2D8 (or 0xDFD2D8) is known color: Prim. HEX triplet: DF, D2 and D8. RGB value is (223,210,216). Sum of RGB (Red+Green+Blue) = 223+210+216=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2D8 is #202D27. Grayscale: #D6D6D6. Windows color (decimal): -2108712 or 14209759. OLE color: 14209759.
HSL color Cylindrical-coordinate representation of color #DFD2D8: hue angle of 332.31º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD2D8 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 216 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.13 |
| HSL | 332.31º | 0.17% | 0.85% | - |
| HSV(B) | 332.31º | 0.06% | 0.87% | - |
| XYZ | 65.87 | 66.74 | 74.38 | - |
| YUV | 214.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 216 | 0 | 0.06 | 0.03 | 0.13 | 332.31 | 0.17 | 0.85 |
| Hex | DF | D2 | D8 | 0 | 6 | 3 | D | 14C | 11 | 55 |
| Octal | 337 | 322 | 330 | 0 | 6 | 3 | 15 | 514 | 21 | 125 |
| Binary | 11011111 | 11010010 | 11011000 | 0 | 110 | 11 | 1101 | 101001100 | 10001 | 1010101 |
Color Harmonies of #DFD2D8
Complementary color
Monochromatic Colors of #DFD2D8
Black with #DFD2D8
Text Example
Text Example
White with #DFD2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2D8; }
p { color: rgb(223,210,216); }
H1.HeaderClassName
{
color: #DFD2D8;
}
.AnyTagClassName
{
color: #DFD2D8;
}
</style>
background-color css
<style>
a { background-color: #DFD2D8; }
a { background-color: rgb(223,210,216); }
div.DivClassName
{
background-color: #DFD2D8;
}
.BgClassName
{
background-color: #DFD2D8;
}
</style>
border-color css
<style>
span { border-color: #DFD2D8; }
span { border-color: rgb(223,210,216); }
td.TdClassName
{
border-color: #DFD2D8;
}
.TagClassName
{
border-color: #DFD2D8;
}
</style>