Shades of Oyster Pink #D5BBB5
Tints of Oyster Pink #D5BBB5
RGB
CMYK
RGB Variations
Color information
#D5BBB5 (or 0xD5BBB5) is known color: Oyster Pink. HEX triplet: D5, BB and B5. RGB value is (213,187,181). Sum of RGB (Red+Green+Blue) = 213+187+181=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBB5 is #2A444A. Grayscale: #C2C2C2. Windows color (decimal): -2769995 or 11910101. OLE color: 11910101.
HSL color Cylindrical-coordinate representation of color #D5BBB5: hue angle of 11.25º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5BBB5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 181 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.16 |
| HSL | 11.25º | 0.28% | 0.77% | - |
| HSV(B) | 11.25º | 0.15% | 0.84% | - |
| XYZ | 53.55 | 53.02 | 51.13 | - |
| YUV | 194.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 181 | 0 | 0.12 | 0.15 | 0.16 | 11.25 | 0.28 | 0.77 |
| Hex | D5 | BB | B5 | 0 | C | F | 10 | B | 1C | 4D |
| Octal | 325 | 273 | 265 | 0 | 14 | 17 | 20 | 13 | 34 | 115 |
| Binary | 11010101 | 10111011 | 10110101 | 0 | 1100 | 1111 | 10000 | 1011 | 11100 | 1001101 |
Color Harmonies of #D5BBB5
Complementary color
Monochromatic Colors of #D5BBB5
Black with #D5BBB5
Text Example
Text Example
White with #D5BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBB5; }
p { color: rgb(213,187,181); }
H1.HeaderClassName
{
color: #D5BBB5;
}
.AnyTagClassName
{
color: #D5BBB5;
}
</style>
background-color css
<style>
a { background-color: #D5BBB5; }
a { background-color: rgb(213,187,181); }
div.DivClassName
{
background-color: #D5BBB5;
}
.BgClassName
{
background-color: #D5BBB5;
}
</style>
border-color css
<style>
span { border-color: #D5BBB5; }
span { border-color: rgb(213,187,181); }
td.TdClassName
{
border-color: #D5BBB5;
}
.TagClassName
{
border-color: #D5BBB5;
}
</style>