Shades of Oyster Pink #D5BBBA
Tints of Oyster Pink #D5BBBA
RGB
CMYK
RGB Variations
Color information
#D5BBBA (or 0xD5BBBA) is known color: Oyster Pink. HEX triplet: D5, BB and BA. RGB value is (213,187,186). Sum of RGB (Red+Green+Blue) = 213+187+186=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBBA is #2A4445. Grayscale: #C2C2C2. Windows color (decimal): -2769990 or 12237781. OLE color: 12237781.
HSL color Cylindrical-coordinate representation of color #D5BBBA: hue angle of 2.22º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BBBA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 186 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.16 |
| HSL | 2.22º | 0.24% | 0.78% | - |
| HSV(B) | 2.22º | 0.13% | 0.84% | - |
| XYZ | 54.07 | 53.23 | 53.88 | - |
| YUV | 194.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 186 | 0 | 0.12 | 0.13 | 0.16 | 2.22 | 0.24 | 0.78 |
| Hex | D5 | BB | BA | 0 | C | D | 10 | 2 | 18 | 4E |
| Octal | 325 | 273 | 272 | 0 | 14 | 15 | 20 | 2 | 30 | 116 |
| Binary | 11010101 | 10111011 | 10111010 | 0 | 1100 | 1101 | 10000 | 10 | 11000 | 1001110 |
Color Harmonies of #D5BBBA
Complementary color
Monochromatic Colors of #D5BBBA
Black with #D5BBBA
Text Example
Text Example
White with #D5BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBBA; }
p { color: rgb(213,187,186); }
H1.HeaderClassName
{
color: #D5BBBA;
}
.AnyTagClassName
{
color: #D5BBBA;
}
</style>
background-color css
<style>
a { background-color: #D5BBBA; }
a { background-color: rgb(213,187,186); }
div.DivClassName
{
background-color: #D5BBBA;
}
.BgClassName
{
background-color: #D5BBBA;
}
</style>
border-color css
<style>
span { border-color: #D5BBBA; }
span { border-color: rgb(213,187,186); }
td.TdClassName
{
border-color: #D5BBBA;
}
.TagClassName
{
border-color: #D5BBBA;
}
</style>