Shades of Prim #DDD9DA
Tints of Prim #DDD9DA
RGB
CMYK
RGB Variations
Color information
#DDD9DA (or 0xDDD9DA) is known color: Prim. HEX triplet: DD, D9 and DA. RGB value is (221,217,218). Sum of RGB (Red+Green+Blue) = 221+217+218=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DA is #222625. Grayscale: #DADADA. Windows color (decimal): -2237990 or 14342621. OLE color: 14342621.
HSL color Cylindrical-coordinate representation of color #DDD9DA: hue angle of 345º 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 #DDD9DA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 218 | - |
CMYK | 0 | 0.02 | 0.01 | 0.13 |
HSL | 345º | 0.06% | 0.86% | - |
HSV(B) | 345º | 0.02% | 0.87% | - |
XYZ | 67.29 | 70.06 | 76.31 | - |
YUV | 218.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 218 | 0 | 0.02 | 0.01 | 0.13 | 345 | 0.06 | 0.86 |
Hex | DD | D9 | DA | 0 | 2 | 1 | D | 159 | 6 | 56 |
Octal | 335 | 331 | 332 | 0 | 2 | 1 | 15 | 531 | 6 | 126 |
Binary | 11011101 | 11011001 | 11011010 | 0 | 10 | 1 | 1101 | 101011001 | 110 | 1010110 |
Color Harmonies of #DDD9DA
Complementary color
Monochromatic Colors of #DDD9DA
Black with #DDD9DA
Text Example
Text Example
White with #DDD9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9DA; }
p { color: rgb(221,217,218); }
H1.HeaderClassName
{
color: #DDD9DA;
}
.AnyTagClassName
{
color: #DDD9DA;
}
</style>
background-color css
<style>
a { background-color: #DDD9DA; }
a { background-color: rgb(221,217,218); }
div.DivClassName
{
background-color: #DDD9DA;
}
.BgClassName
{
background-color: #DDD9DA;
}
</style>
border-color css
<style>
span { border-color: #DDD9DA; }
span { border-color: rgb(221,217,218); }
td.TdClassName
{
border-color: #DDD9DA;
}
.TagClassName
{
border-color: #DDD9DA;
}
</style>