Shades of Wafer #DBBAAE
Tints of Wafer #DBBAAE
RGB
CMYK
RGB Variations
Color information
#DBBAAE (or 0xDBBAAE) is known color: Wafer. HEX triplet: DB, BA and AE. RGB value is (219,186,174). Sum of RGB (Red+Green+Blue) = 219+186+174=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAAE is #244551. Grayscale: #C2C2C2. Windows color (decimal): -2377042 or 11451099. OLE color: 11451099.
HSL color Cylindrical-coordinate representation of color #DBBAAE: hue angle of 16º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBAAE is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 174 | - |
CMYK | 0 | 0.15 | 0.21 | 0.14 |
HSL | 16º | 0.38% | 0.77% | - |
HSV(B) | 16º | 0.21% | 0.86% | - |
XYZ | 54.41 | 53.23 | 47.45 | - |
YUV | 194.5 | 116.43 | 145.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 174 | 0 | 0.15 | 0.21 | 0.14 | 16 | 0.38 | 0.77 |
Hex | DB | BA | AE | 0 | F | 15 | E | 10 | 26 | 4D |
Octal | 333 | 272 | 256 | 0 | 17 | 25 | 16 | 20 | 46 | 115 |
Binary | 11011011 | 10111010 | 10101110 | 0 | 1111 | 10101 | 1110 | 10000 | 100110 | 1001101 |
Color Harmonies of #DBBAAE
Complementary color
Monochromatic Colors of #DBBAAE
Black with #DBBAAE
Text Example
Text Example
White with #DBBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAAE; }
p { color: rgb(219,186,174); }
H1.HeaderClassName
{
color: #DBBAAE;
}
.AnyTagClassName
{
color: #DBBAAE;
}
</style>
background-color css
<style>
a { background-color: #DBBAAE; }
a { background-color: rgb(219,186,174); }
div.DivClassName
{
background-color: #DBBAAE;
}
.BgClassName
{
background-color: #DBBAAE;
}
</style>
border-color css
<style>
span { border-color: #DBBAAE; }
span { border-color: rgb(219,186,174); }
td.TdClassName
{
border-color: #DBBAAE;
}
.TagClassName
{
border-color: #DBBAAE;
}
</style>