Shades of Wafer #DBC2B7
Tints of Wafer #DBC2B7
RGB
CMYK
RGB Variations
Color information
#DBC2B7 (or 0xDBC2B7) is known color: Wafer. HEX triplet: DB, C2 and B7. RGB value is (219,194,183). Sum of RGB (Red+Green+Blue) = 219+194+183=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2B7 is #243D48. Grayscale: #C8C8C8. Windows color (decimal): -2374985 or 12042971. OLE color: 12042971.
HSL color Cylindrical-coordinate representation of color #DBC2B7: hue angle of 18.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC2B7 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 183 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.14 |
| HSL | 18.33º | 0.33% | 0.79% | - |
| HSV(B) | 18.33º | 0.16% | 0.86% | - |
| XYZ | 57.05 | 57.06 | 52.81 | - |
| YUV | 200.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 183 | 0 | 0.11 | 0.16 | 0.14 | 18.33 | 0.33 | 0.79 |
| Hex | DB | C2 | B7 | 0 | B | 10 | E | 12 | 21 | 4F |
| Octal | 333 | 302 | 267 | 0 | 13 | 20 | 16 | 22 | 41 | 117 |
| Binary | 11011011 | 11000010 | 10110111 | 0 | 1011 | 10000 | 1110 | 10010 | 100001 | 1001111 |
Color Harmonies of #DBC2B7
Complementary color
Monochromatic Colors of #DBC2B7
Black with #DBC2B7
Text Example
Text Example
White with #DBC2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2B7; }
p { color: rgb(219,194,183); }
H1.HeaderClassName
{
color: #DBC2B7;
}
.AnyTagClassName
{
color: #DBC2B7;
}
</style>
background-color css
<style>
a { background-color: #DBC2B7; }
a { background-color: rgb(219,194,183); }
div.DivClassName
{
background-color: #DBC2B7;
}
.BgClassName
{
background-color: #DBC2B7;
}
</style>
border-color css
<style>
span { border-color: #DBC2B7; }
span { border-color: rgb(219,194,183); }
td.TdClassName
{
border-color: #DBC2B7;
}
.TagClassName
{
border-color: #DBC2B7;
}
</style>