Shades of Oyster Pink #DBB2AD
Tints of Oyster Pink #DBB2AD
RGB
CMYK
RGB Variations
Color information
#DBB2AD (or 0xDBB2AD) is known color: Oyster Pink. HEX triplet: DB, B2 and AD. RGB value is (219,178,173). Sum of RGB (Red+Green+Blue) = 219+178+173=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2AD is #244D52. Grayscale: #BDBDBD. Windows color (decimal): -2379091 or 11383515. OLE color: 11383515.
HSL color Cylindrical-coordinate representation of color #DBB2AD: hue angle of 6.52º 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 #DBB2AD is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 173 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.14 |
| HSL | 6.52º | 0.39% | 0.77% | - |
| HSV(B) | 6.52º | 0.21% | 0.86% | - |
| XYZ | 52.68 | 49.92 | 46.39 | - |
| YUV | 189.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 173 | 0 | 0.19 | 0.21 | 0.14 | 6.52 | 0.39 | 0.77 |
| Hex | DB | B2 | AD | 0 | 13 | 15 | E | 7 | 27 | 4D |
| Octal | 333 | 262 | 255 | 0 | 23 | 25 | 16 | 7 | 47 | 115 |
| Binary | 11011011 | 10110010 | 10101101 | 0 | 10011 | 10101 | 1110 | 111 | 100111 | 1001101 |
Color Harmonies of #DBB2AD
Complementary color
Monochromatic Colors of #DBB2AD
Black with #DBB2AD
Text Example
Text Example
White with #DBB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2AD; }
p { color: rgb(219,178,173); }
H1.HeaderClassName
{
color: #DBB2AD;
}
.AnyTagClassName
{
color: #DBB2AD;
}
</style>
background-color css
<style>
a { background-color: #DBB2AD; }
a { background-color: rgb(219,178,173); }
div.DivClassName
{
background-color: #DBB2AD;
}
.BgClassName
{
background-color: #DBB2AD;
}
</style>
border-color css
<style>
span { border-color: #DBB2AD; }
span { border-color: rgb(219,178,173); }
td.TdClassName
{
border-color: #DBB2AD;
}
.TagClassName
{
border-color: #DBB2AD;
}
</style>