Shades of Prim #DDD9DB
Tints of Prim #DDD9DB
RGB
CMYK
RGB Variations
Color information
#DDD9DB (or 0xDDD9DB) is known color: Prim. HEX triplet: DD, D9 and DB. RGB value is (221,217,219). Sum of RGB (Red+Green+Blue) = 221+217+219=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DB is #222624. Grayscale: #DADADA. Windows color (decimal): -2237989 or 14408157. OLE color: 14408157.
HSL color Cylindrical-coordinate representation of color #DDD9DB: hue angle of 330º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDD9DB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 219 | - |
CMYK | 0 | 0.02 | 0.01 | 0.13 |
HSL | 330º | 0.06% | 0.86% | - |
HSV(B) | 330º | 0.02% | 0.87% | - |
XYZ | 67.42 | 70.11 | 77 | - |
YUV | 218.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 219 | 0 | 0.02 | 0.01 | 0.13 | 330 | 0.06 | 0.86 |
Hex | DD | D9 | DB | 0 | 2 | 1 | D | 14A | 6 | 56 |
Octal | 335 | 331 | 333 | 0 | 2 | 1 | 15 | 512 | 6 | 126 |
Binary | 11011101 | 11011001 | 11011011 | 0 | 10 | 1 | 1101 | 101001010 | 110 | 1010110 |
Color Harmonies of #DDD9DB
Complementary color
Monochromatic Colors of #DDD9DB
Black with #DDD9DB
Text Example
Text Example
White with #DDD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9DB; }
p { color: rgb(221,217,219); }
H1.HeaderClassName
{
color: #DDD9DB;
}
.AnyTagClassName
{
color: #DDD9DB;
}
</style>
background-color css
<style>
a { background-color: #DDD9DB; }
a { background-color: rgb(221,217,219); }
div.DivClassName
{
background-color: #DDD9DB;
}
.BgClassName
{
background-color: #DDD9DB;
}
</style>
border-color css
<style>
span { border-color: #DDD9DB; }
span { border-color: rgb(221,217,219); }
td.TdClassName
{
border-color: #DDD9DB;
}
.TagClassName
{
border-color: #DDD9DB;
}
</style>