Shades of Prim #DFD5DC
Tints of Prim #DFD5DC
RGB
CMYK
RGB Variations
Color information
#DFD5DC (or 0xDFD5DC) is known color: Prim. HEX triplet: DF, D5 and DC. RGB value is (223,213,220). Sum of RGB (Red+Green+Blue) = 223+213+220=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5DC is #202A23. Grayscale: #D8D8D8. Windows color (decimal): -2107940 or 14472671. OLE color: 14472671.
HSL color Cylindrical-coordinate representation of color #DFD5DC: hue angle of 318º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD5DC is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 220 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 318º | 0.14% | 0.85% | - |
HSV(B) | 318º | 0.04% | 0.87% | - |
XYZ | 67.14 | 68.44 | 77.38 | - |
YUV | 216.79 | 129.81 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 220 | 0 | 0.04 | 0.01 | 0.13 | 318 | 0.14 | 0.85 |
Hex | DF | D5 | DC | 0 | 4 | 1 | D | 13E | E | 55 |
Octal | 337 | 325 | 334 | 0 | 4 | 1 | 15 | 476 | 16 | 125 |
Binary | 11011111 | 11010101 | 11011100 | 0 | 100 | 1 | 1101 | 100111110 | 1110 | 1010101 |
Color Harmonies of #DFD5DC
Complementary color
Monochromatic Colors of #DFD5DC
Black with #DFD5DC
Text Example
Text Example
White with #DFD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5DC; }
p { color: rgb(223,213,220); }
H1.HeaderClassName
{
color: #DFD5DC;
}
.AnyTagClassName
{
color: #DFD5DC;
}
</style>
background-color css
<style>
a { background-color: #DFD5DC; }
a { background-color: rgb(223,213,220); }
div.DivClassName
{
background-color: #DFD5DC;
}
.BgClassName
{
background-color: #DFD5DC;
}
</style>
border-color css
<style>
span { border-color: #DFD5DC; }
span { border-color: rgb(223,213,220); }
td.TdClassName
{
border-color: #DFD5DC;
}
.TagClassName
{
border-color: #DFD5DC;
}
</style>