Shades of Oyster Pink #D6ADAB
Tints of Oyster Pink #D6ADAB
RGB
CMYK
RGB Variations
Color information
#D6ADAB (or 0xD6ADAB) is known color: Oyster Pink. HEX triplet: D6, AD and AB. RGB value is (214,173,171). Sum of RGB (Red+Green+Blue) = 214+173+171=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADAB is #295254. Grayscale: #B9B9B9. Windows color (decimal): -2708053 or 11251158. OLE color: 11251158.
HSL color Cylindrical-coordinate representation of color #D6ADAB: hue angle of 2.79º 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 #D6ADAB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 171 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.16 |
| HSL | 2.79º | 0.34% | 0.75% | - |
| HSV(B) | 2.79º | 0.2% | 0.84% | - |
| XYZ | 50.03 | 47.12 | 44.99 | - |
| YUV | 185.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 171 | 0 | 0.19 | 0.20 | 0.16 | 2.79 | 0.34 | 0.75 |
| Hex | D6 | AD | AB | 0 | 13 | 14 | 10 | 3 | 22 | 4B |
| Octal | 326 | 255 | 253 | 0 | 23 | 24 | 20 | 3 | 42 | 113 |
| Binary | 11010110 | 10101101 | 10101011 | 0 | 10011 | 10100 | 10000 | 11 | 100010 | 1001011 |
Color Harmonies of #D6ADAB
Complementary color
Monochromatic Colors of #D6ADAB
Black with #D6ADAB
Text Example
Text Example
White with #D6ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADAB; }
p { color: rgb(214,173,171); }
H1.HeaderClassName
{
color: #D6ADAB;
}
.AnyTagClassName
{
color: #D6ADAB;
}
</style>
background-color css
<style>
a { background-color: #D6ADAB; }
a { background-color: rgb(214,173,171); }
div.DivClassName
{
background-color: #D6ADAB;
}
.BgClassName
{
background-color: #D6ADAB;
}
</style>
border-color css
<style>
span { border-color: #D6ADAB; }
span { border-color: rgb(214,173,171); }
td.TdClassName
{
border-color: #D6ADAB;
}
.TagClassName
{
border-color: #D6ADAB;
}
</style>