Shades of Oyster Pink #DBB1AD
Tints of Oyster Pink #DBB1AD
RGB
CMYK
RGB Variations
Color information
#DBB1AD (or 0xDBB1AD) is known color: Oyster Pink. HEX triplet: DB, B1 and AD. RGB value is (219,177,173). Sum of RGB (Red+Green+Blue) = 219+177+173=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1AD is #244E52. Grayscale: #BDBDBD. Windows color (decimal): -2379347 or 11383259. OLE color: 11383259.
HSL color Cylindrical-coordinate representation of color #DBB1AD: hue angle of 5.22º 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 #DBB1AD is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 173 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.14 |
| HSL | 5.22º | 0.39% | 0.77% | - |
| HSV(B) | 5.22º | 0.21% | 0.86% | - |
| XYZ | 52.48 | 49.52 | 46.33 | - |
| YUV | 189.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 173 | 0 | 0.19 | 0.21 | 0.14 | 5.22 | 0.39 | 0.77 |
| Hex | DB | B1 | AD | 0 | 13 | 15 | E | 5 | 27 | 4D |
| Octal | 333 | 261 | 255 | 0 | 23 | 25 | 16 | 5 | 47 | 115 |
| Binary | 11011011 | 10110001 | 10101101 | 0 | 10011 | 10101 | 1110 | 101 | 100111 | 1001101 |
Color Harmonies of #DBB1AD
Complementary color
Monochromatic Colors of #DBB1AD
Black with #DBB1AD
Text Example
Text Example
White with #DBB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1AD; }
p { color: rgb(219,177,173); }
H1.HeaderClassName
{
color: #DBB1AD;
}
.AnyTagClassName
{
color: #DBB1AD;
}
</style>
background-color css
<style>
a { background-color: #DBB1AD; }
a { background-color: rgb(219,177,173); }
div.DivClassName
{
background-color: #DBB1AD;
}
.BgClassName
{
background-color: #DBB1AD;
}
</style>
border-color css
<style>
span { border-color: #DBB1AD; }
span { border-color: rgb(219,177,173); }
td.TdClassName
{
border-color: #DBB1AD;
}
.TagClassName
{
border-color: #DBB1AD;
}
</style>