Shades of Oyster Pink #D2BEBA
Tints of Oyster Pink #D2BEBA
RGB
CMYK
RGB Variations
Color information
#D2BEBA (or 0xD2BEBA) is known color: Oyster Pink. HEX triplet: D2, BE and BA. RGB value is (210,190,186). Sum of RGB (Red+Green+Blue) = 210+190+186=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEBA is #2D4145. Grayscale: #C3C3C3. Windows color (decimal): -2965830 or 12238546. OLE color: 12238546.
HSL color Cylindrical-coordinate representation of color #D2BEBA: hue angle of 10º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BEBA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 186 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.18 |
| HSL | 10º | 0.21% | 0.78% | - |
| HSV(B) | 10º | 0.11% | 0.82% | - |
| XYZ | 53.85 | 54.07 | 54.05 | - |
| YUV | 195.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 186 | 0 | 0.10 | 0.11 | 0.18 | 10 | 0.21 | 0.78 |
| Hex | D2 | BE | BA | 0 | A | B | 12 | A | 15 | 4E |
| Octal | 322 | 276 | 272 | 0 | 12 | 13 | 22 | 12 | 25 | 116 |
| Binary | 11010010 | 10111110 | 10111010 | 0 | 1010 | 1011 | 10010 | 1010 | 10101 | 1001110 |
Color Harmonies of #D2BEBA
Complementary color
Monochromatic Colors of #D2BEBA
Black with #D2BEBA
Text Example
Text Example
White with #D2BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BEBA; }
p { color: rgb(210,190,186); }
H1.HeaderClassName
{
color: #D2BEBA;
}
.AnyTagClassName
{
color: #D2BEBA;
}
</style>
background-color css
<style>
a { background-color: #D2BEBA; }
a { background-color: rgb(210,190,186); }
div.DivClassName
{
background-color: #D2BEBA;
}
.BgClassName
{
background-color: #D2BEBA;
}
</style>
border-color css
<style>
span { border-color: #D2BEBA; }
span { border-color: rgb(210,190,186); }
td.TdClassName
{
border-color: #D2BEBA;
}
.TagClassName
{
border-color: #D2BEBA;
}
</style>