Shades of Prim #DCDADB
Tints of Prim #DCDADB
RGB
CMYK
RGB Variations
Color information
#DCDADB (or 0xDCDADB) is known color: Prim. HEX triplet: DC, DA and DB. RGB value is (220,218,219). Sum of RGB (Red+Green+Blue) = 220+218+219=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDADB is #232524. Grayscale: #DADADA. Windows color (decimal): -2303269 or 14408412. OLE color: 14408412.
HSL color Cylindrical-coordinate representation of color #DCDADB: hue angle of 330º degrees, saturation: 0.03, 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 #DCDADB is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 219 | - |
CMYK | 0 | 0.01 | 0.00 | 0.14 |
HSL | 330º | 0.03% | 0.86% | - |
HSV(B) | 330º | 0.01% | 0.86% | - |
XYZ | 67.37 | 70.47 | 77.07 | - |
YUV | 218.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 219 | 0 | 0.01 | 0.00 | 0.14 | 330 | 0.03 | 0.86 |
Hex | DC | DA | DB | 0 | 1 | 0 | E | 14A | 3 | 56 |
Octal | 334 | 332 | 333 | 0 | 1 | 0 | 16 | 512 | 3 | 126 |
Binary | 11011100 | 11011010 | 11011011 | 0 | 1 | 0 | 1110 | 101001010 | 11 | 1010110 |
Color Harmonies of #DCDADB
Complementary color
Monochromatic Colors of #DCDADB
Black with #DCDADB
Text Example
Text Example
White with #DCDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDADB; }
p { color: rgb(220,218,219); }
H1.HeaderClassName
{
color: #DCDADB;
}
.AnyTagClassName
{
color: #DCDADB;
}
</style>
background-color css
<style>
a { background-color: #DCDADB; }
a { background-color: rgb(220,218,219); }
div.DivClassName
{
background-color: #DCDADB;
}
.BgClassName
{
background-color: #DCDADB;
}
</style>
border-color css
<style>
span { border-color: #DCDADB; }
span { border-color: rgb(220,218,219); }
td.TdClassName
{
border-color: #DCDADB;
}
.TagClassName
{
border-color: #DCDADB;
}
</style>