Shades of Oyster Pink #DBA8A8
Tints of Oyster Pink #DBA8A8
RGB
CMYK
RGB Variations
Color information
#DBA8A8 (or 0xDBA8A8) is known color: Oyster Pink. HEX triplet: DB, A8 and A8. RGB value is (219,168,168). Sum of RGB (Red+Green+Blue) = 219+168+168=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8A8 is #245757. Grayscale: #B7B7B7. Windows color (decimal): -2381656 or 11053275. OLE color: 11053275.
HSL color Cylindrical-coordinate representation of color #DBA8A8: hue angle of 0º 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 #DBA8A8 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 168 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.14 |
| HSL | 0º | 0.41% | 0.76% | - |
| HSV(B) | 0º | 0.23% | 0.86% | - |
| XYZ | 50.28 | 45.89 | 43.25 | - |
| YUV | 183.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 168 | 0 | 0.23 | 0.23 | 0.14 | 0 | 0.41 | 0.76 |
| Hex | DB | A8 | A8 | 0 | 17 | 17 | E | 0 | 29 | 4C |
| Octal | 333 | 250 | 250 | 0 | 27 | 27 | 16 | 0 | 51 | 114 |
| Binary | 11011011 | 10101000 | 10101000 | 0 | 10111 | 10111 | 1110 | 0 | 101001 | 1001100 |
Color Harmonies of #DBA8A8
Complementary color
Monochromatic Colors of #DBA8A8
Black with #DBA8A8
Text Example
Text Example
White with #DBA8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8A8; }
p { color: rgb(219,168,168); }
H1.HeaderClassName
{
color: #DBA8A8;
}
.AnyTagClassName
{
color: #DBA8A8;
}
</style>
background-color css
<style>
a { background-color: #DBA8A8; }
a { background-color: rgb(219,168,168); }
div.DivClassName
{
background-color: #DBA8A8;
}
.BgClassName
{
background-color: #DBA8A8;
}
</style>
border-color css
<style>
span { border-color: #DBA8A8; }
span { border-color: rgb(219,168,168); }
td.TdClassName
{
border-color: #DBA8A8;
}
.TagClassName
{
border-color: #DBA8A8;
}
</style>