Shades of Oyster Pink #D8BBB5
Tints of Oyster Pink #D8BBB5
RGB
CMYK
RGB Variations
Color information
#D8BBB5 (or 0xD8BBB5) is known color: Oyster Pink. HEX triplet: D8, BB and B5. RGB value is (216,187,181). Sum of RGB (Red+Green+Blue) = 216+187+181=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBB5 is #27444A. Grayscale: #C3C3C3. Windows color (decimal): -2573387 or 11910104. OLE color: 11910104.
HSL color Cylindrical-coordinate representation of color #D8BBB5: hue angle of 10.29º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8BBB5 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 181 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.15 |
| HSL | 10.29º | 0.31% | 0.78% | - |
| HSV(B) | 10.29º | 0.16% | 0.85% | - |
| XYZ | 54.43 | 53.48 | 51.17 | - |
| YUV | 194.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 181 | 0 | 0.13 | 0.16 | 0.15 | 10.29 | 0.31 | 0.78 |
| Hex | D8 | BB | B5 | 0 | D | 10 | F | A | 1F | 4E |
| Octal | 330 | 273 | 265 | 0 | 15 | 20 | 17 | 12 | 37 | 116 |
| Binary | 11011000 | 10111011 | 10110101 | 0 | 1101 | 10000 | 1111 | 1010 | 11111 | 1001110 |
Color Harmonies of #D8BBB5
Complementary color
Monochromatic Colors of #D8BBB5
Black with #D8BBB5
Text Example
Text Example
White with #D8BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBB5; }
p { color: rgb(216,187,181); }
H1.HeaderClassName
{
color: #D8BBB5;
}
.AnyTagClassName
{
color: #D8BBB5;
}
</style>
background-color css
<style>
a { background-color: #D8BBB5; }
a { background-color: rgb(216,187,181); }
div.DivClassName
{
background-color: #D8BBB5;
}
.BgClassName
{
background-color: #D8BBB5;
}
</style>
border-color css
<style>
span { border-color: #D8BBB5; }
span { border-color: rgb(216,187,181); }
td.TdClassName
{
border-color: #D8BBB5;
}
.TagClassName
{
border-color: #D8BBB5;
}
</style>