Shades of Prim #DBD1D5
Tints of Prim #DBD1D5
RGB
CMYK
RGB Variations
Color information
#DBD1D5 (or 0xDBD1D5) is known color: Prim. HEX triplet: DB, D1 and D5. RGB value is (219,209,213). Sum of RGB (Red+Green+Blue) = 219+209+213=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1D5 is #242E2A. Grayscale: #D4D4D4. Windows color (decimal): -2371115 or 14012891. OLE color: 14012891.
HSL color Cylindrical-coordinate representation of color #DBD1D5: hue angle of 336º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD1D5 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 213 | - |
CMYK | 0 | 0.05 | 0.03 | 0.14 |
HSL | 336º | 0.12% | 0.84% | - |
HSV(B) | 336º | 0.05% | 0.86% | - |
XYZ | 64.02 | 65.47 | 72.21 | - |
YUV | 212.45 | 128.31 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 213 | 0 | 0.05 | 0.03 | 0.14 | 336 | 0.12 | 0.84 |
Hex | DB | D1 | D5 | 0 | 5 | 3 | E | 150 | C | 54 |
Octal | 333 | 321 | 325 | 0 | 5 | 3 | 16 | 520 | 14 | 124 |
Binary | 11011011 | 11010001 | 11010101 | 0 | 101 | 11 | 1110 | 101010000 | 1100 | 1010100 |
Color Harmonies of #DBD1D5
Complementary color
Monochromatic Colors of #DBD1D5
Black with #DBD1D5
Text Example
Text Example
White with #DBD1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1D5; }
p { color: rgb(219,209,213); }
H1.HeaderClassName
{
color: #DBD1D5;
}
.AnyTagClassName
{
color: #DBD1D5;
}
</style>
background-color css
<style>
a { background-color: #DBD1D5; }
a { background-color: rgb(219,209,213); }
div.DivClassName
{
background-color: #DBD1D5;
}
.BgClassName
{
background-color: #DBD1D5;
}
</style>
border-color css
<style>
span { border-color: #DBD1D5; }
span { border-color: rgb(219,209,213); }
td.TdClassName
{
border-color: #DBD1D5;
}
.TagClassName
{
border-color: #DBD1D5;
}
</style>