Shades of Gallery #DBD4CC
Tints of Gallery #DBD4CC
RGB
CMYK
RGB Variations
Color information
#DBD4CC (or 0xDBD4CC) is known color: Gallery. HEX triplet: DB, D4 and CC. RGB value is (219,212,204). Sum of RGB (Red+Green+Blue) = 219+212+204=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4CC is #242B33. Grayscale: #D5D5D5. Windows color (decimal): -2370356 or 13423835. OLE color: 13423835.
HSL color Cylindrical-coordinate representation of color #DBD4CC: hue angle of 32º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD4CC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 204 | - |
CMYK | 0 | 0.03 | 0.07 | 0.14 |
HSL | 32º | 0.17% | 0.83% | - |
HSV(B) | 32º | 0.07% | 0.86% | - |
XYZ | 63.66 | 66.51 | 66.61 | - |
YUV | 213.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 204 | 0 | 0.03 | 0.07 | 0.14 | 32 | 0.17 | 0.83 |
Hex | DB | D4 | CC | 0 | 3 | 7 | E | 20 | 11 | 53 |
Octal | 333 | 324 | 314 | 0 | 3 | 7 | 16 | 40 | 21 | 123 |
Binary | 11011011 | 11010100 | 11001100 | 0 | 11 | 111 | 1110 | 100000 | 10001 | 1010011 |
Color Harmonies of #DBD4CC
Complementary color
Monochromatic Colors of #DBD4CC
Black with #DBD4CC
Text Example
Text Example
White with #DBD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4CC; }
p { color: rgb(219,212,204); }
H1.HeaderClassName
{
color: #DBD4CC;
}
.AnyTagClassName
{
color: #DBD4CC;
}
</style>
background-color css
<style>
a { background-color: #DBD4CC; }
a { background-color: rgb(219,212,204); }
div.DivClassName
{
background-color: #DBD4CC;
}
.BgClassName
{
background-color: #DBD4CC;
}
</style>
border-color css
<style>
span { border-color: #DBD4CC; }
span { border-color: rgb(219,212,204); }
td.TdClassName
{
border-color: #DBD4CC;
}
.TagClassName
{
border-color: #DBD4CC;
}
</style>