Shades of Oyster Pink #DBB3B1
Tints of Oyster Pink #DBB3B1
RGB
CMYK
RGB Variations
Color information
#DBB3B1 (or 0xDBB3B1) is known color: Oyster Pink. HEX triplet: DB, B3 and B1. RGB value is (219,179,177). Sum of RGB (Red+Green+Blue) = 219+179+177=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB3B1 is #244C4E. Grayscale: #BEBEBE. Windows color (decimal): -2378831 or 11645915. OLE color: 11645915.
HSL color Cylindrical-coordinate representation of color #DBB3B1: hue angle of 2.86º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB3B1 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 177 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.14 |
| HSL | 2.86º | 0.37% | 0.78% | - |
| HSV(B) | 2.86º | 0.19% | 0.86% | - |
| XYZ | 53.27 | 50.47 | 48.53 | - |
| YUV | 190.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 177 | 0 | 0.18 | 0.19 | 0.14 | 2.86 | 0.37 | 0.78 |
| Hex | DB | B3 | B1 | 0 | 12 | 13 | E | 3 | 25 | 4E |
| Octal | 333 | 263 | 261 | 0 | 22 | 23 | 16 | 3 | 45 | 116 |
| Binary | 11011011 | 10110011 | 10110001 | 0 | 10010 | 10011 | 1110 | 11 | 100101 | 1001110 |
Color Harmonies of #DBB3B1
Complementary color
Monochromatic Colors of #DBB3B1
Black with #DBB3B1
Text Example
Text Example
White with #DBB3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3B1; }
p { color: rgb(219,179,177); }
H1.HeaderClassName
{
color: #DBB3B1;
}
.AnyTagClassName
{
color: #DBB3B1;
}
</style>
background-color css
<style>
a { background-color: #DBB3B1; }
a { background-color: rgb(219,179,177); }
div.DivClassName
{
background-color: #DBB3B1;
}
.BgClassName
{
background-color: #DBB3B1;
}
</style>
border-color css
<style>
span { border-color: #DBB3B1; }
span { border-color: rgb(219,179,177); }
td.TdClassName
{
border-color: #DBB3B1;
}
.TagClassName
{
border-color: #DBB3B1;
}
</style>