Shades of Prim #DDD1D5
Tints of Prim #DDD1D5
RGB
CMYK
RGB Variations
Color information
#DDD1D5 (or 0xDDD1D5) is known color: Prim. HEX triplet: DD, D1 and D5. RGB value is (221,209,213). Sum of RGB (Red+Green+Blue) = 221+209+213=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1D5 is #222E2A. Grayscale: #D5D5D5. Windows color (decimal): -2240043 or 14012893. OLE color: 14012893.
HSL color Cylindrical-coordinate representation of color #DDD1D5: hue angle of 340º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD1D5 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 213 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.13 |
| HSL | 340º | 0.15% | 0.84% | - |
| HSV(B) | 340º | 0.05% | 0.87% | - |
| XYZ | 64.63 | 65.78 | 72.24 | - |
| YUV | 213.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 213 | 0 | 0.05 | 0.04 | 0.13 | 340 | 0.15 | 0.84 |
| Hex | DD | D1 | D5 | 0 | 5 | 4 | D | 154 | F | 54 |
| Octal | 335 | 321 | 325 | 0 | 5 | 4 | 15 | 524 | 17 | 124 |
| Binary | 11011101 | 11010001 | 11010101 | 0 | 101 | 100 | 1101 | 101010100 | 1111 | 1010100 |
Color Harmonies of #DDD1D5
Complementary color
Monochromatic Colors of #DDD1D5
Black with #DDD1D5
Text Example
Text Example
White with #DDD1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1D5; }
p { color: rgb(221,209,213); }
H1.HeaderClassName
{
color: #DDD1D5;
}
.AnyTagClassName
{
color: #DDD1D5;
}
</style>
background-color css
<style>
a { background-color: #DDD1D5; }
a { background-color: rgb(221,209,213); }
div.DivClassName
{
background-color: #DDD1D5;
}
.BgClassName
{
background-color: #DDD1D5;
}
</style>
border-color css
<style>
span { border-color: #DDD1D5; }
span { border-color: rgb(221,209,213); }
td.TdClassName
{
border-color: #DDD1D5;
}
.TagClassName
{
border-color: #DDD1D5;
}
</style>