Shades of Prim #DCD9DA
Tints of Prim #DCD9DA
RGB
CMYK
RGB Variations
Color information
#DCD9DA (or 0xDCD9DA) is known color: Prim. HEX triplet: DC, D9 and DA. RGB value is (220,217,218). Sum of RGB (Red+Green+Blue) = 220+217+218=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9DA is #232625. Grayscale: #DADADA. Windows color (decimal): -2303526 or 14342620. OLE color: 14342620.
HSL color Cylindrical-coordinate representation of color #DCD9DA: hue angle of 340º 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 #DCD9DA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 217 | 218 | - |
CMYK | 0 | 0.01 | 0.01 | 0.14 |
HSL | 340º | 0.04% | 0.86% | - |
HSV(B) | 340º | 0.01% | 0.86% | - |
XYZ | 66.98 | 69.9 | 76.29 | - |
YUV | 218.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 218 | 0 | 0.01 | 0.01 | 0.14 | 340 | 0.04 | 0.86 |
Hex | DC | D9 | DA | 0 | 1 | 1 | E | 154 | 4 | 56 |
Octal | 334 | 331 | 332 | 0 | 1 | 1 | 16 | 524 | 4 | 126 |
Binary | 11011100 | 11011001 | 11011010 | 0 | 1 | 1 | 1110 | 101010100 | 100 | 1010110 |
Color Harmonies of #DCD9DA
Complementary color
Monochromatic Colors of #DCD9DA
Black with #DCD9DA
Text Example
Text Example
White with #DCD9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9DA; }
p { color: rgb(220,217,218); }
H1.HeaderClassName
{
color: #DCD9DA;
}
.AnyTagClassName
{
color: #DCD9DA;
}
</style>
background-color css
<style>
a { background-color: #DCD9DA; }
a { background-color: rgb(220,217,218); }
div.DivClassName
{
background-color: #DCD9DA;
}
.BgClassName
{
background-color: #DCD9DA;
}
</style>
border-color css
<style>
span { border-color: #DCD9DA; }
span { border-color: rgb(220,217,218); }
td.TdClassName
{
border-color: #DCD9DA;
}
.TagClassName
{
border-color: #DCD9DA;
}
</style>