Shades of Prim #DDD1D4
Tints of Prim #DDD1D4
RGB
CMYK
RGB Variations
Color information
#DDD1D4 (or 0xDDD1D4) is known color: Prim. HEX triplet: DD, D1 and D4. RGB value is (221,209,212). Sum of RGB (Red+Green+Blue) = 221+209+212=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1D4 is #222E2B. Grayscale: #D4D4D4. Windows color (decimal): -2240044 or 13947357. OLE color: 13947357.
HSL color Cylindrical-coordinate representation of color #DDD1D4: hue angle of 345º 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 #DDD1D4 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 212 | - |
CMYK | 0 | 0.05 | 0.04 | 0.13 |
HSL | 345º | 0.15% | 0.84% | - |
HSV(B) | 345º | 0.05% | 0.87% | - |
XYZ | 64.5 | 65.73 | 71.57 | - |
YUV | 212.93 | 127.48 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 212 | 0 | 0.05 | 0.04 | 0.13 | 345 | 0.15 | 0.84 |
Hex | DD | D1 | D4 | 0 | 5 | 4 | D | 159 | F | 54 |
Octal | 335 | 321 | 324 | 0 | 5 | 4 | 15 | 531 | 17 | 124 |
Binary | 11011101 | 11010001 | 11010100 | 0 | 101 | 100 | 1101 | 101011001 | 1111 | 1010100 |
Color Harmonies of #DDD1D4
Complementary color
Monochromatic Colors of #DDD1D4
Black with #DDD1D4
Text Example
Text Example
White with #DDD1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1D4; }
p { color: rgb(221,209,212); }
H1.HeaderClassName
{
color: #DDD1D4;
}
.AnyTagClassName
{
color: #DDD1D4;
}
</style>
background-color css
<style>
a { background-color: #DDD1D4; }
a { background-color: rgb(221,209,212); }
div.DivClassName
{
background-color: #DDD1D4;
}
.BgClassName
{
background-color: #DDD1D4;
}
</style>
border-color css
<style>
span { border-color: #DDD1D4; }
span { border-color: rgb(221,209,212); }
td.TdClassName
{
border-color: #DDD1D4;
}
.TagClassName
{
border-color: #DDD1D4;
}
</style>