Shades of Prim #DDD7DB
Tints of Prim #DDD7DB
RGB
CMYK
RGB Variations
Color information
#DDD7DB (or 0xDDD7DB) is known color: Prim. HEX triplet: DD, D7 and DB. RGB value is (221,215,219). Sum of RGB (Red+Green+Blue) = 221+215+219=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DB is #222824. Grayscale: #D9D9D9. Windows color (decimal): -2238501 or 14407645. OLE color: 14407645.
HSL color Cylindrical-coordinate representation of color #DDD7DB: hue angle of 320º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD7DB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 219 | - |
CMYK | 0 | 0.03 | 0.01 | 0.13 |
HSL | 320º | 0.08% | 0.85% | - |
HSV(B) | 320º | 0.03% | 0.87% | - |
XYZ | 66.91 | 69.09 | 76.83 | - |
YUV | 217.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 219 | 0 | 0.03 | 0.01 | 0.13 | 320 | 0.08 | 0.85 |
Hex | DD | D7 | DB | 0 | 3 | 1 | D | 140 | 8 | 55 |
Octal | 335 | 327 | 333 | 0 | 3 | 1 | 15 | 500 | 10 | 125 |
Binary | 11011101 | 11010111 | 11011011 | 0 | 11 | 1 | 1101 | 101000000 | 1000 | 1010101 |
Color Harmonies of #DDD7DB
Complementary color
Monochromatic Colors of #DDD7DB
Black with #DDD7DB
Text Example
Text Example
White with #DDD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7DB; }
p { color: rgb(221,215,219); }
H1.HeaderClassName
{
color: #DDD7DB;
}
.AnyTagClassName
{
color: #DDD7DB;
}
</style>
background-color css
<style>
a { background-color: #DDD7DB; }
a { background-color: rgb(221,215,219); }
div.DivClassName
{
background-color: #DDD7DB;
}
.BgClassName
{
background-color: #DDD7DB;
}
</style>
border-color css
<style>
span { border-color: #DDD7DB; }
span { border-color: rgb(221,215,219); }
td.TdClassName
{
border-color: #DDD7DB;
}
.TagClassName
{
border-color: #DDD7DB;
}
</style>