Shades of Oyster Pink #DBAAA8
Tints of Oyster Pink #DBAAA8
RGB
CMYK
RGB Variations
Color information
#DBAAA8 (or 0xDBAAA8) is known color: Oyster Pink. HEX triplet: DB, AA and A8. RGB value is (219,170,168). Sum of RGB (Red+Green+Blue) = 219+170+168=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAA8 is #245557. Grayscale: #B8B8B8. Windows color (decimal): -2381144 or 11053787. OLE color: 11053787.
HSL color Cylindrical-coordinate representation of color #DBAAA8: hue angle of 2.35º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBAAA8 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 168 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.14 |
| HSL | 2.35º | 0.41% | 0.76% | - |
| HSV(B) | 2.35º | 0.23% | 0.86% | - |
| XYZ | 50.66 | 46.64 | 43.38 | - |
| YUV | 184.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 168 | 0 | 0.22 | 0.23 | 0.14 | 2.35 | 0.41 | 0.76 |
| Hex | DB | AA | A8 | 0 | 16 | 17 | E | 2 | 29 | 4C |
| Octal | 333 | 252 | 250 | 0 | 26 | 27 | 16 | 2 | 51 | 114 |
| Binary | 11011011 | 10101010 | 10101000 | 0 | 10110 | 10111 | 1110 | 10 | 101001 | 1001100 |
Color Harmonies of #DBAAA8
Complementary color
Monochromatic Colors of #DBAAA8
Black with #DBAAA8
Text Example
Text Example
White with #DBAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAA8; }
p { color: rgb(219,170,168); }
H1.HeaderClassName
{
color: #DBAAA8;
}
.AnyTagClassName
{
color: #DBAAA8;
}
</style>
background-color css
<style>
a { background-color: #DBAAA8; }
a { background-color: rgb(219,170,168); }
div.DivClassName
{
background-color: #DBAAA8;
}
.BgClassName
{
background-color: #DBAAA8;
}
</style>
border-color css
<style>
span { border-color: #DBAAA8; }
span { border-color: rgb(219,170,168); }
td.TdClassName
{
border-color: #DBAAA8;
}
.TagClassName
{
border-color: #DBAAA8;
}
</style>