Shades of Wafer #DBBEB6
Tints of Wafer #DBBEB6
RGB
CMYK
RGB Variations
Color information
#DBBEB6 (or 0xDBBEB6) is known color: Wafer. HEX triplet: DB, BE and B6. RGB value is (219,190,182). Sum of RGB (Red+Green+Blue) = 219+190+182=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEB6 is #244149. Grayscale: #C5C5C5. Windows color (decimal): -2376010 or 11976411. OLE color: 11976411.
HSL color Cylindrical-coordinate representation of color #DBBEB6: hue angle of 12.97º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBBEB6 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 182 | - |
CMYK | 0 | 0.13 | 0.17 | 0.14 |
HSL | 12.97º | 0.34% | 0.79% | - |
HSV(B) | 12.97º | 0.17% | 0.86% | - |
XYZ | 56.07 | 55.26 | 51.97 | - |
YUV | 197.76 | 119.11 | 143.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 182 | 0 | 0.13 | 0.17 | 0.14 | 12.97 | 0.34 | 0.79 |
Hex | DB | BE | B6 | 0 | D | 11 | E | D | 22 | 4F |
Octal | 333 | 276 | 266 | 0 | 15 | 21 | 16 | 15 | 42 | 117 |
Binary | 11011011 | 10111110 | 10110110 | 0 | 1101 | 10001 | 1110 | 1101 | 100010 | 1001111 |
Color Harmonies of #DBBEB6
Complementary color
Monochromatic Colors of #DBBEB6
Black with #DBBEB6
Text Example
Text Example
White with #DBBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEB6; }
p { color: rgb(219,190,182); }
H1.HeaderClassName
{
color: #DBBEB6;
}
.AnyTagClassName
{
color: #DBBEB6;
}
</style>
background-color css
<style>
a { background-color: #DBBEB6; }
a { background-color: rgb(219,190,182); }
div.DivClassName
{
background-color: #DBBEB6;
}
.BgClassName
{
background-color: #DBBEB6;
}
</style>
border-color css
<style>
span { border-color: #DBBEB6; }
span { border-color: rgb(219,190,182); }
td.TdClassName
{
border-color: #DBBEB6;
}
.TagClassName
{
border-color: #DBBEB6;
}
</style>