Shades of Oyster Pink #D6BABA
Tints of Oyster Pink #D6BABA
RGB
CMYK
RGB Variations
Color information
#D6BABA (or 0xD6BABA) is known color: Oyster Pink. HEX triplet: D6, BA and BA. RGB value is (214,186,186). Sum of RGB (Red+Green+Blue) = 214+186+186=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABA is #294545. Grayscale: #C2C2C2. Windows color (decimal): -2704710 or 12237526. OLE color: 12237526.
HSL color Cylindrical-coordinate representation of color #D6BABA: hue angle of 0º degrees, saturation: 0.25, 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 #D6BABA is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 186 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.16 |
| HSL | 0º | 0.25% | 0.78% | - |
| HSV(B) | 0º | 0.13% | 0.84% | - |
| XYZ | 54.15 | 52.96 | 53.82 | - |
| YUV | 194.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 186 | 0 | 0.13 | 0.13 | 0.16 | 0 | 0.25 | 0.78 |
| Hex | D6 | BA | BA | 0 | D | D | 10 | 0 | 19 | 4E |
| Octal | 326 | 272 | 272 | 0 | 15 | 15 | 20 | 0 | 31 | 116 |
| Binary | 11010110 | 10111010 | 10111010 | 0 | 1101 | 1101 | 10000 | 0 | 11001 | 1001110 |
Color Harmonies of #D6BABA
Complementary color
Monochromatic Colors of #D6BABA
Black with #D6BABA
Text Example
Text Example
White with #D6BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BABA; }
p { color: rgb(214,186,186); }
H1.HeaderClassName
{
color: #D6BABA;
}
.AnyTagClassName
{
color: #D6BABA;
}
</style>
background-color css
<style>
a { background-color: #D6BABA; }
a { background-color: rgb(214,186,186); }
div.DivClassName
{
background-color: #D6BABA;
}
.BgClassName
{
background-color: #D6BABA;
}
</style>
border-color css
<style>
span { border-color: #D6BABA; }
span { border-color: rgb(214,186,186); }
td.TdClassName
{
border-color: #D6BABA;
}
.TagClassName
{
border-color: #D6BABA;
}
</style>