Shades of Wafer #DBBBAE
Tints of Wafer #DBBBAE
RGB
CMYK
RGB Variations
Color information
#DBBBAE (or 0xDBBBAE) is known color: Wafer. HEX triplet: DB, BB and AE. RGB value is (219,187,174). Sum of RGB (Red+Green+Blue) = 219+187+174=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBAE is #244451. Grayscale: #C3C3C3. Windows color (decimal): -2376786 or 11451355. OLE color: 11451355.
HSL color Cylindrical-coordinate representation of color #DBBBAE: hue angle of 17.33º 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 #DBBBAE is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 187 | 174 | - |
CMYK | 0 | 0.15 | 0.21 | 0.14 |
HSL | 17.33º | 0.38% | 0.77% | - |
HSV(B) | 17.33º | 0.21% | 0.86% | - |
XYZ | 54.62 | 53.66 | 47.52 | - |
YUV | 195.09 | 116.1 | 145.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 187 | 174 | 0 | 0.15 | 0.21 | 0.14 | 17.33 | 0.38 | 0.77 |
Hex | DB | BB | AE | 0 | F | 15 | E | 11 | 26 | 4D |
Octal | 333 | 273 | 256 | 0 | 17 | 25 | 16 | 21 | 46 | 115 |
Binary | 11011011 | 10111011 | 10101110 | 0 | 1111 | 10101 | 1110 | 10001 | 100110 | 1001101 |
Color Harmonies of #DBBBAE
Complementary color
Monochromatic Colors of #DBBBAE
Black with #DBBBAE
Text Example
Text Example
White with #DBBBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBAE; }
p { color: rgb(219,187,174); }
H1.HeaderClassName
{
color: #DBBBAE;
}
.AnyTagClassName
{
color: #DBBBAE;
}
</style>
background-color css
<style>
a { background-color: #DBBBAE; }
a { background-color: rgb(219,187,174); }
div.DivClassName
{
background-color: #DBBBAE;
}
.BgClassName
{
background-color: #DBBBAE;
}
</style>
border-color css
<style>
span { border-color: #DBBBAE; }
span { border-color: rgb(219,187,174); }
td.TdClassName
{
border-color: #DBBBAE;
}
.TagClassName
{
border-color: #DBBBAE;
}
</style>