Shades of Prim #DDD1D8
Tints of Prim #DDD1D8
RGB
CMYK
RGB Variations
Color information
#DDD1D8 (or 0xDDD1D8) is known color: Prim. HEX triplet: DD, D1 and D8. RGB value is (221,209,216). Sum of RGB (Red+Green+Blue) = 221+209+216=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1D8 is #222E27. Grayscale: #D5D5D5. Windows color (decimal): -2240040 or 14209501. OLE color: 14209501.
HSL color Cylindrical-coordinate representation of color #DDD1D8: hue angle of 325º 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 #DDD1D8 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 216 | - |
CMYK | 0 | 0.05 | 0.02 | 0.13 |
HSL | 325º | 0.15% | 0.84% | - |
HSV(B) | 325º | 0.05% | 0.87% | - |
XYZ | 65.01 | 65.93 | 74.27 | - |
YUV | 213.39 | 129.48 | 133.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 216 | 0 | 0.05 | 0.02 | 0.13 | 325 | 0.15 | 0.84 |
Hex | DD | D1 | D8 | 0 | 5 | 2 | D | 145 | F | 54 |
Octal | 335 | 321 | 330 | 0 | 5 | 2 | 15 | 505 | 17 | 124 |
Binary | 11011101 | 11010001 | 11011000 | 0 | 101 | 10 | 1101 | 101000101 | 1111 | 1010100 |
Color Harmonies of #DDD1D8
Complementary color
Monochromatic Colors of #DDD1D8
Black with #DDD1D8
Text Example
Text Example
White with #DDD1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1D8; }
p { color: rgb(221,209,216); }
H1.HeaderClassName
{
color: #DDD1D8;
}
.AnyTagClassName
{
color: #DDD1D8;
}
</style>
background-color css
<style>
a { background-color: #DDD1D8; }
a { background-color: rgb(221,209,216); }
div.DivClassName
{
background-color: #DDD1D8;
}
.BgClassName
{
background-color: #DDD1D8;
}
</style>
border-color css
<style>
span { border-color: #DDD1D8; }
span { border-color: rgb(221,209,216); }
td.TdClassName
{
border-color: #DDD1D8;
}
.TagClassName
{
border-color: #DDD1D8;
}
</style>