Shades of Gallery #DBD5CE
Tints of Gallery #DBD5CE
RGB
CMYK
RGB Variations
Color information
#DBD5CE (or 0xDBD5CE) is known color: Gallery. HEX triplet: DB, D5 and CE. RGB value is (219,213,206). Sum of RGB (Red+Green+Blue) = 219+213+206=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5CE is #242A31. Grayscale: #D6D6D6. Windows color (decimal): -2370098 or 13555163. OLE color: 13555163.
HSL color Cylindrical-coordinate representation of color #DBD5CE: hue angle of 32.31º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD5CE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 206 | - |
CMYK | 0 | 0.03 | 0.06 | 0.14 |
HSL | 32.31º | 0.15% | 0.83% | - |
HSV(B) | 32.31º | 0.06% | 0.86% | - |
XYZ | 64.15 | 67.1 | 67.96 | - |
YUV | 214 | 123.49 | 131.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 206 | 0 | 0.03 | 0.06 | 0.14 | 32.31 | 0.15 | 0.83 |
Hex | DB | D5 | CE | 0 | 3 | 6 | E | 20 | F | 53 |
Octal | 333 | 325 | 316 | 0 | 3 | 6 | 16 | 40 | 17 | 123 |
Binary | 11011011 | 11010101 | 11001110 | 0 | 11 | 110 | 1110 | 100000 | 1111 | 1010011 |
Color Harmonies of #DBD5CE
Complementary color
Monochromatic Colors of #DBD5CE
Black with #DBD5CE
Text Example
Text Example
White with #DBD5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5CE; }
p { color: rgb(219,213,206); }
H1.HeaderClassName
{
color: #DBD5CE;
}
.AnyTagClassName
{
color: #DBD5CE;
}
</style>
background-color css
<style>
a { background-color: #DBD5CE; }
a { background-color: rgb(219,213,206); }
div.DivClassName
{
background-color: #DBD5CE;
}
.BgClassName
{
background-color: #DBD5CE;
}
</style>
border-color css
<style>
span { border-color: #DBD5CE; }
span { border-color: rgb(219,213,206); }
td.TdClassName
{
border-color: #DBD5CE;
}
.TagClassName
{
border-color: #DBD5CE;
}
</style>