Shades of Gallery #DBD5CF
Tints of Gallery #DBD5CF
RGB
CMYK
RGB Variations
Color information
#DBD5CF (or 0xDBD5CF) is known color: Gallery. HEX triplet: DB, D5 and CF. RGB value is (219,213,207). Sum of RGB (Red+Green+Blue) = 219+213+207=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5CF is #242A30. Grayscale: #D6D6D6. Windows color (decimal): -2370097 or 13620699. OLE color: 13620699.
HSL color Cylindrical-coordinate representation of color #DBD5CF: hue angle of 30º degrees, saturation: 0.14, 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 #DBD5CF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 207 | - |
CMYK | 0 | 0.03 | 0.05 | 0.14 |
HSL | 30º | 0.14% | 0.84% | - |
HSV(B) | 30º | 0.05% | 0.86% | - |
XYZ | 64.27 | 67.15 | 68.61 | - |
YUV | 214.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 207 | 0 | 0.03 | 0.05 | 0.14 | 30 | 0.14 | 0.84 |
Hex | DB | D5 | CF | 0 | 3 | 5 | E | 1E | E | 54 |
Octal | 333 | 325 | 317 | 0 | 3 | 5 | 16 | 36 | 16 | 124 |
Binary | 11011011 | 11010101 | 11001111 | 0 | 11 | 101 | 1110 | 11110 | 1110 | 1010100 |
Color Harmonies of #DBD5CF
Complementary color
Monochromatic Colors of #DBD5CF
Black with #DBD5CF
Text Example
Text Example
White with #DBD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5CF; }
p { color: rgb(219,213,207); }
H1.HeaderClassName
{
color: #DBD5CF;
}
.AnyTagClassName
{
color: #DBD5CF;
}
</style>
background-color css
<style>
a { background-color: #DBD5CF; }
a { background-color: rgb(219,213,207); }
div.DivClassName
{
background-color: #DBD5CF;
}
.BgClassName
{
background-color: #DBD5CF;
}
</style>
border-color css
<style>
span { border-color: #DBD5CF; }
span { border-color: rgb(219,213,207); }
td.TdClassName
{
border-color: #DBD5CF;
}
.TagClassName
{
border-color: #DBD5CF;
}
</style>