Shades of Prim #DDD8DB
Tints of Prim #DDD8DB
RGB
CMYK
RGB Variations
Color information
#DDD8DB (or 0xDDD8DB) is known color: Prim. HEX triplet: DD, D8 and DB. RGB value is (221,216,219). Sum of RGB (Red+Green+Blue) = 221+216+219=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8DB is #222724. Grayscale: #D9D9D9. Windows color (decimal): -2238245 or 14407901. OLE color: 14407901.
HSL color Cylindrical-coordinate representation of color #DDD8DB: hue angle of 324º degrees, saturation: 0.07, 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 #DDD8DB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 219 | - |
CMYK | 0 | 0.02 | 0.01 | 0.13 |
HSL | 324º | 0.07% | 0.86% | - |
HSV(B) | 324º | 0.02% | 0.87% | - |
XYZ | 67.16 | 69.6 | 76.91 | - |
YUV | 217.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 219 | 0 | 0.02 | 0.01 | 0.13 | 324 | 0.07 | 0.86 |
Hex | DD | D8 | DB | 0 | 2 | 1 | D | 144 | 7 | 56 |
Octal | 335 | 330 | 333 | 0 | 2 | 1 | 15 | 504 | 7 | 126 |
Binary | 11011101 | 11011000 | 11011011 | 0 | 10 | 1 | 1101 | 101000100 | 111 | 1010110 |
Color Harmonies of #DDD8DB
Complementary color
Monochromatic Colors of #DDD8DB
Black with #DDD8DB
Text Example
Text Example
White with #DDD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8DB; }
p { color: rgb(221,216,219); }
H1.HeaderClassName
{
color: #DDD8DB;
}
.AnyTagClassName
{
color: #DDD8DB;
}
</style>
background-color css
<style>
a { background-color: #DDD8DB; }
a { background-color: rgb(221,216,219); }
div.DivClassName
{
background-color: #DDD8DB;
}
.BgClassName
{
background-color: #DDD8DB;
}
</style>
border-color css
<style>
span { border-color: #DDD8DB; }
span { border-color: rgb(221,216,219); }
td.TdClassName
{
border-color: #DDD8DB;
}
.TagClassName
{
border-color: #DDD8DB;
}
</style>