Shades of Prim #DCD5D7
Tints of Prim #DCD5D7
RGB
CMYK
RGB Variations
Color information
#DCD5D7 (or 0xDCD5D7) is known color: Prim. HEX triplet: DC, D5 and D7. RGB value is (220,213,215). Sum of RGB (Red+Green+Blue) = 220+213+215=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5D7 is #232A28. Grayscale: #D7D7D7. Windows color (decimal): -2304553 or 14144988. OLE color: 14144988.
HSL color Cylindrical-coordinate representation of color #DCD5D7: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCD5D7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 215 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.14 |
| HSL | 342.86º | 0.09% | 0.85% | - |
| HSV(B) | 342.86º | 0.03% | 0.86% | - |
| XYZ | 65.58 | 67.71 | 73.9 | - |
| YUV | 215.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 215 | 0 | 0.03 | 0.02 | 0.14 | 342.86 | 0.09 | 0.85 |
| Hex | DC | D5 | D7 | 0 | 3 | 2 | E | 157 | 9 | 55 |
| Octal | 334 | 325 | 327 | 0 | 3 | 2 | 16 | 527 | 11 | 125 |
| Binary | 11011100 | 11010101 | 11010111 | 0 | 11 | 10 | 1110 | 101010111 | 1001 | 1010101 |
Color Harmonies of #DCD5D7
Complementary color
Monochromatic Colors of #DCD5D7
Black with #DCD5D7
Text Example
Text Example
White with #DCD5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5D7; }
p { color: rgb(220,213,215); }
H1.HeaderClassName
{
color: #DCD5D7;
}
.AnyTagClassName
{
color: #DCD5D7;
}
</style>
background-color css
<style>
a { background-color: #DCD5D7; }
a { background-color: rgb(220,213,215); }
div.DivClassName
{
background-color: #DCD5D7;
}
.BgClassName
{
background-color: #DCD5D7;
}
</style>
border-color css
<style>
span { border-color: #DCD5D7; }
span { border-color: rgb(220,213,215); }
td.TdClassName
{
border-color: #DCD5D7;
}
.TagClassName
{
border-color: #DCD5D7;
}
</style>