Shades of Prim #D7D0D1
Tints of Prim #D7D0D1
RGB
CMYK
RGB Variations
Color information
#D7D0D1 (or 0xD7D0D1) is known color: Prim. HEX triplet: D7, D0 and D1. RGB value is (215,208,209). Sum of RGB (Red+Green+Blue) = 215+208+209=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0D1 is #282F2E. Grayscale: #D2D2D2. Windows color (decimal): -2633519 or 13750487. OLE color: 13750487.
HSL color Cylindrical-coordinate representation of color #D7D0D1: hue angle of 351.43º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7D0D1 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 209 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.16 |
| HSL | 351.43º | 0.08% | 0.83% | - |
| HSV(B) | 351.43º | 0.03% | 0.84% | - |
| XYZ | 62.09 | 64.16 | 69.43 | - |
| YUV | 210.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 209 | 0 | 0.03 | 0.03 | 0.16 | 351.43 | 0.08 | 0.83 |
| Hex | D7 | D0 | D1 | 0 | 3 | 3 | 10 | 15F | 8 | 53 |
| Octal | 327 | 320 | 321 | 0 | 3 | 3 | 20 | 537 | 10 | 123 |
| Binary | 11010111 | 11010000 | 11010001 | 0 | 11 | 11 | 10000 | 101011111 | 1000 | 1010011 |
Color Harmonies of #D7D0D1
Complementary color
Monochromatic Colors of #D7D0D1
Black with #D7D0D1
Text Example
Text Example
White with #D7D0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0D1; }
p { color: rgb(215,208,209); }
H1.HeaderClassName
{
color: #D7D0D1;
}
.AnyTagClassName
{
color: #D7D0D1;
}
</style>
background-color css
<style>
a { background-color: #D7D0D1; }
a { background-color: rgb(215,208,209); }
div.DivClassName
{
background-color: #D7D0D1;
}
.BgClassName
{
background-color: #D7D0D1;
}
</style>
border-color css
<style>
span { border-color: #D7D0D1; }
span { border-color: rgb(215,208,209); }
td.TdClassName
{
border-color: #D7D0D1;
}
.TagClassName
{
border-color: #D7D0D1;
}
</style>