Shades of Oyster Pink #DBB0AD
Tints of Oyster Pink #DBB0AD
RGB
CMYK
RGB Variations
Color information
#DBB0AD (or 0xDBB0AD) is known color: Oyster Pink. HEX triplet: DB, B0 and AD. RGB value is (219,176,173). Sum of RGB (Red+Green+Blue) = 219+176+173=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AD is #244F52. Grayscale: #BCBCBC. Windows color (decimal): -2379603 or 11383003. OLE color: 11383003.
HSL color Cylindrical-coordinate representation of color #DBB0AD: hue angle of 3.91º degrees, saturation: 0.39, 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 #DBB0AD is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 173 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.14 |
| HSL | 3.91º | 0.39% | 0.77% | - |
| HSV(B) | 3.91º | 0.21% | 0.86% | - |
| XYZ | 52.28 | 49.13 | 46.26 | - |
| YUV | 188.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 173 | 0 | 0.20 | 0.21 | 0.14 | 3.91 | 0.39 | 0.77 |
| Hex | DB | B0 | AD | 0 | 14 | 15 | E | 4 | 27 | 4D |
| Octal | 333 | 260 | 255 | 0 | 24 | 25 | 16 | 4 | 47 | 115 |
| Binary | 11011011 | 10110000 | 10101101 | 0 | 10100 | 10101 | 1110 | 100 | 100111 | 1001101 |
Color Harmonies of #DBB0AD
Complementary color
Monochromatic Colors of #DBB0AD
Black with #DBB0AD
Text Example
Text Example
White with #DBB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0AD; }
p { color: rgb(219,176,173); }
H1.HeaderClassName
{
color: #DBB0AD;
}
.AnyTagClassName
{
color: #DBB0AD;
}
</style>
background-color css
<style>
a { background-color: #DBB0AD; }
a { background-color: rgb(219,176,173); }
div.DivClassName
{
background-color: #DBB0AD;
}
.BgClassName
{
background-color: #DBB0AD;
}
</style>
border-color css
<style>
span { border-color: #DBB0AD; }
span { border-color: rgb(219,176,173); }
td.TdClassName
{
border-color: #DBB0AD;
}
.TagClassName
{
border-color: #DBB0AD;
}
</style>