Shades of Oyster Pink #D5BEBA
Tints of Oyster Pink #D5BEBA
RGB
CMYK
RGB Variations
Color information
#D5BEBA (or 0xD5BEBA) is known color: Oyster Pink. HEX triplet: D5, BE and BA. RGB value is (213,190,186). Sum of RGB (Red+Green+Blue) = 213+190+186=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEBA is #2A4145. Grayscale: #C4C4C4. Windows color (decimal): -2769222 or 12238549. OLE color: 12238549.
HSL color Cylindrical-coordinate representation of color #D5BEBA: hue angle of 8.89º 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 #D5BEBA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 186 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.16 |
| HSL | 8.89º | 0.24% | 0.78% | - |
| HSV(B) | 8.89º | 0.13% | 0.84% | - |
| XYZ | 54.72 | 54.52 | 54.09 | - |
| YUV | 196.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 186 | 0 | 0.11 | 0.13 | 0.16 | 8.89 | 0.24 | 0.78 |
| Hex | D5 | BE | BA | 0 | B | D | 10 | 9 | 18 | 4E |
| Octal | 325 | 276 | 272 | 0 | 13 | 15 | 20 | 11 | 30 | 116 |
| Binary | 11010101 | 10111110 | 10111010 | 0 | 1011 | 1101 | 10000 | 1001 | 11000 | 1001110 |
Color Harmonies of #D5BEBA
Complementary color
Monochromatic Colors of #D5BEBA
Black with #D5BEBA
Text Example
Text Example
White with #D5BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEBA; }
p { color: rgb(213,190,186); }
H1.HeaderClassName
{
color: #D5BEBA;
}
.AnyTagClassName
{
color: #D5BEBA;
}
</style>
background-color css
<style>
a { background-color: #D5BEBA; }
a { background-color: rgb(213,190,186); }
div.DivClassName
{
background-color: #D5BEBA;
}
.BgClassName
{
background-color: #D5BEBA;
}
</style>
border-color css
<style>
span { border-color: #D5BEBA; }
span { border-color: rgb(213,190,186); }
td.TdClassName
{
border-color: #D5BEBA;
}
.TagClassName
{
border-color: #D5BEBA;
}
</style>