Shades of Oyster Pink #D6ABAB
Tints of Oyster Pink #D6ABAB
RGB
CMYK
RGB Variations
Color information
#D6ABAB (or 0xD6ABAB) is known color: Oyster Pink. HEX triplet: D6, AB and AB. RGB value is (214,171,171). Sum of RGB (Red+Green+Blue) = 214+171+171=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABAB is #295454. Grayscale: #B7B7B7. Windows color (decimal): -2708565 or 11250646. OLE color: 11250646.
HSL color Cylindrical-coordinate representation of color #D6ABAB: hue angle of 0º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABAB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 171 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.16 |
| HSL | 0º | 0.34% | 0.75% | - |
| HSV(B) | 0º | 0.2% | 0.84% | - |
| XYZ | 49.65 | 46.36 | 44.86 | - |
| YUV | 183.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 171 | 0 | 0.20 | 0.20 | 0.16 | 0 | 0.34 | 0.75 |
| Hex | D6 | AB | AB | 0 | 14 | 14 | 10 | 0 | 22 | 4B |
| Octal | 326 | 253 | 253 | 0 | 24 | 24 | 20 | 0 | 42 | 113 |
| Binary | 11010110 | 10101011 | 10101011 | 0 | 10100 | 10100 | 10000 | 0 | 100010 | 1001011 |
Color Harmonies of #D6ABAB
Complementary color
Monochromatic Colors of #D6ABAB
Black with #D6ABAB
Text Example
Text Example
White with #D6ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABAB; }
p { color: rgb(214,171,171); }
H1.HeaderClassName
{
color: #D6ABAB;
}
.AnyTagClassName
{
color: #D6ABAB;
}
</style>
background-color css
<style>
a { background-color: #D6ABAB; }
a { background-color: rgb(214,171,171); }
div.DivClassName
{
background-color: #D6ABAB;
}
.BgClassName
{
background-color: #D6ABAB;
}
</style>
border-color css
<style>
span { border-color: #D6ABAB; }
span { border-color: rgb(214,171,171); }
td.TdClassName
{
border-color: #D6ABAB;
}
.TagClassName
{
border-color: #D6ABAB;
}
</style>