Shades of Prim #DCD9DB
Tints of Prim #DCD9DB
RGB
CMYK
RGB Variations
Color information
#DCD9DB (or 0xDCD9DB) is known color: Prim. HEX triplet: DC, D9 and DB. RGB value is (220,217,219). Sum of RGB (Red+Green+Blue) = 220+217+219=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9DB is #232624. Grayscale: #DADADA. Windows color (decimal): -2303525 or 14408156. OLE color: 14408156.
HSL color Cylindrical-coordinate representation of color #DCD9DB: hue angle of 320º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCD9DB is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 217 | 219 | - |
CMYK | 0 | 0.01 | 0.00 | 0.14 |
HSL | 320º | 0.04% | 0.86% | - |
HSV(B) | 320º | 0.01% | 0.86% | - |
XYZ | 67.11 | 69.96 | 76.98 | - |
YUV | 218.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 219 | 0 | 0.01 | 0.00 | 0.14 | 320 | 0.04 | 0.86 |
Hex | DC | D9 | DB | 0 | 1 | 0 | E | 140 | 4 | 56 |
Octal | 334 | 331 | 333 | 0 | 1 | 0 | 16 | 500 | 4 | 126 |
Binary | 11011100 | 11011001 | 11011011 | 0 | 1 | 0 | 1110 | 101000000 | 100 | 1010110 |
Color Harmonies of #DCD9DB
Complementary color
Monochromatic Colors of #DCD9DB
Black with #DCD9DB
Text Example
Text Example
White with #DCD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9DB; }
p { color: rgb(220,217,219); }
H1.HeaderClassName
{
color: #DCD9DB;
}
.AnyTagClassName
{
color: #DCD9DB;
}
</style>
background-color css
<style>
a { background-color: #DCD9DB; }
a { background-color: rgb(220,217,219); }
div.DivClassName
{
background-color: #DCD9DB;
}
.BgClassName
{
background-color: #DCD9DB;
}
</style>
border-color css
<style>
span { border-color: #DCD9DB; }
span { border-color: rgb(220,217,219); }
td.TdClassName
{
border-color: #DCD9DB;
}
.TagClassName
{
border-color: #DCD9DB;
}
</style>