Shades of Prim #DBD0D5
Tints of Prim #DBD0D5
RGB
CMYK
RGB Variations
Color information
#DBD0D5 (or 0xDBD0D5) is known color: Prim. HEX triplet: DB, D0 and D5. RGB value is (219,208,213). Sum of RGB (Red+Green+Blue) = 219+208+213=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D5 is #242F2A. Grayscale: #D3D3D3. Windows color (decimal): -2371371 or 14012635. OLE color: 14012635.
HSL color Cylindrical-coordinate representation of color #DBD0D5: hue angle of 332.73º degrees, saturation: 0.13, 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 #DBD0D5 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 213 | - |
CMYK | 0 | 0.05 | 0.03 | 0.14 |
HSL | 332.73º | 0.13% | 0.84% | - |
HSV(B) | 332.73º | 0.05% | 0.86% | - |
XYZ | 63.78 | 64.98 | 72.13 | - |
YUV | 211.86 | 128.64 | 133.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 213 | 0 | 0.05 | 0.03 | 0.14 | 332.73 | 0.13 | 0.84 |
Hex | DB | D0 | D5 | 0 | 5 | 3 | E | 14D | D | 54 |
Octal | 333 | 320 | 325 | 0 | 5 | 3 | 16 | 515 | 15 | 124 |
Binary | 11011011 | 11010000 | 11010101 | 0 | 101 | 11 | 1110 | 101001101 | 1101 | 1010100 |
Color Harmonies of #DBD0D5
Complementary color
Monochromatic Colors of #DBD0D5
Black with #DBD0D5
Text Example
Text Example
White with #DBD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0D5; }
p { color: rgb(219,208,213); }
H1.HeaderClassName
{
color: #DBD0D5;
}
.AnyTagClassName
{
color: #DBD0D5;
}
</style>
background-color css
<style>
a { background-color: #DBD0D5; }
a { background-color: rgb(219,208,213); }
div.DivClassName
{
background-color: #DBD0D5;
}
.BgClassName
{
background-color: #DBD0D5;
}
</style>
border-color css
<style>
span { border-color: #DBD0D5; }
span { border-color: rgb(219,208,213); }
td.TdClassName
{
border-color: #DBD0D5;
}
.TagClassName
{
border-color: #DBD0D5;
}
</style>