Shades of Prim #DBD4D8
Tints of Prim #DBD4D8
RGB
CMYK
RGB Variations
Color information
#DBD4D8 (or 0xDBD4D8) is known color: Prim. HEX triplet: DB, D4 and D8. RGB value is (219,212,216). Sum of RGB (Red+Green+Blue) = 219+212+216=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4D8 is #242B27. Grayscale: #D6D6D6. Windows color (decimal): -2370344 or 14210267. OLE color: 14210267.
HSL color Cylindrical-coordinate representation of color #DBD4D8: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD4D8 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 216 | - |
CMYK | 0 | 0.03 | 0.01 | 0.14 |
HSL | 325.71º | 0.09% | 0.85% | - |
HSV(B) | 325.71º | 0.03% | 0.86% | - |
XYZ | 65.15 | 67.1 | 74.48 | - |
YUV | 214.55 | 128.82 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 216 | 0 | 0.03 | 0.01 | 0.14 | 325.71 | 0.09 | 0.85 |
Hex | DB | D4 | D8 | 0 | 3 | 1 | E | 146 | 9 | 55 |
Octal | 333 | 324 | 330 | 0 | 3 | 1 | 16 | 506 | 11 | 125 |
Binary | 11011011 | 11010100 | 11011000 | 0 | 11 | 1 | 1110 | 101000110 | 1001 | 1010101 |
Color Harmonies of #DBD4D8
Complementary color
Monochromatic Colors of #DBD4D8
Black with #DBD4D8
Text Example
Text Example
White with #DBD4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4D8; }
p { color: rgb(219,212,216); }
H1.HeaderClassName
{
color: #DBD4D8;
}
.AnyTagClassName
{
color: #DBD4D8;
}
</style>
background-color css
<style>
a { background-color: #DBD4D8; }
a { background-color: rgb(219,212,216); }
div.DivClassName
{
background-color: #DBD4D8;
}
.BgClassName
{
background-color: #DBD4D8;
}
</style>
border-color css
<style>
span { border-color: #DBD4D8; }
span { border-color: rgb(219,212,216); }
td.TdClassName
{
border-color: #DBD4D8;
}
.TagClassName
{
border-color: #DBD4D8;
}
</style>