Shades of Oyster Pink #D6B2AD
Tints of Oyster Pink #D6B2AD
RGB
CMYK
RGB Variations
Color information
#D6B2AD (or 0xD6B2AD) is known color: Oyster Pink. HEX triplet: D6, B2 and AD. RGB value is (214,178,173). Sum of RGB (Red+Green+Blue) = 214+178+173=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B2AD is #294D52. Grayscale: #BCBCBC. Windows color (decimal): -2706771 or 11383510. OLE color: 11383510.
HSL color Cylindrical-coordinate representation of color #D6B2AD: hue angle of 7.32º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B2AD is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 173 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.16 |
| HSL | 7.32º | 0.33% | 0.76% | - |
| HSV(B) | 7.32º | 0.19% | 0.84% | - |
| XYZ | 51.19 | 49.15 | 46.32 | - |
| YUV | 188.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 173 | 0 | 0.17 | 0.19 | 0.16 | 7.32 | 0.33 | 0.76 |
| Hex | D6 | B2 | AD | 0 | 11 | 13 | 10 | 7 | 21 | 4C |
| Octal | 326 | 262 | 255 | 0 | 21 | 23 | 20 | 7 | 41 | 114 |
| Binary | 11010110 | 10110010 | 10101101 | 0 | 10001 | 10011 | 10000 | 111 | 100001 | 1001100 |
Color Harmonies of #D6B2AD
Complementary color
Monochromatic Colors of #D6B2AD
Black with #D6B2AD
Text Example
Text Example
White with #D6B2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B2AD; }
p { color: rgb(214,178,173); }
H1.HeaderClassName
{
color: #D6B2AD;
}
.AnyTagClassName
{
color: #D6B2AD;
}
</style>
background-color css
<style>
a { background-color: #D6B2AD; }
a { background-color: rgb(214,178,173); }
div.DivClassName
{
background-color: #D6B2AD;
}
.BgClassName
{
background-color: #D6B2AD;
}
</style>
border-color css
<style>
span { border-color: #D6B2AD; }
span { border-color: rgb(214,178,173); }
td.TdClassName
{
border-color: #D6B2AD;
}
.TagClassName
{
border-color: #D6B2AD;
}
</style>