Shades of Oyster Pink #D6AFAB
Tints of Oyster Pink #D6AFAB
RGB
CMYK
RGB Variations
Color information
#D6AFAB (or 0xD6AFAB) is known color: Oyster Pink. HEX triplet: D6, AF and AB. RGB value is (214,175,171). Sum of RGB (Red+Green+Blue) = 214+175+171=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFAB is #295054. Grayscale: #BABABA. Windows color (decimal): -2707541 or 11251670. OLE color: 11251670.
HSL color Cylindrical-coordinate representation of color #D6AFAB: hue angle of 5.58º 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 #D6AFAB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 171 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.16 |
| HSL | 5.58º | 0.34% | 0.75% | - |
| HSV(B) | 5.58º | 0.2% | 0.84% | - |
| XYZ | 50.41 | 47.9 | 45.12 | - |
| YUV | 186.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 171 | 0 | 0.18 | 0.20 | 0.16 | 5.58 | 0.34 | 0.75 |
| Hex | D6 | AF | AB | 0 | 12 | 14 | 10 | 6 | 22 | 4B |
| Octal | 326 | 257 | 253 | 0 | 22 | 24 | 20 | 6 | 42 | 113 |
| Binary | 11010110 | 10101111 | 10101011 | 0 | 10010 | 10100 | 10000 | 110 | 100010 | 1001011 |
Color Harmonies of #D6AFAB
Complementary color
Monochromatic Colors of #D6AFAB
Black with #D6AFAB
Text Example
Text Example
White with #D6AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFAB; }
p { color: rgb(214,175,171); }
H1.HeaderClassName
{
color: #D6AFAB;
}
.AnyTagClassName
{
color: #D6AFAB;
}
</style>
background-color css
<style>
a { background-color: #D6AFAB; }
a { background-color: rgb(214,175,171); }
div.DivClassName
{
background-color: #D6AFAB;
}
.BgClassName
{
background-color: #D6AFAB;
}
</style>
border-color css
<style>
span { border-color: #D6AFAB; }
span { border-color: rgb(214,175,171); }
td.TdClassName
{
border-color: #D6AFAB;
}
.TagClassName
{
border-color: #D6AFAB;
}
</style>