Shades of Oyster Pink #D4B7AF
Tints of Oyster Pink #D4B7AF
RGB
CMYK
RGB Variations
Color information
#D4B7AF (or 0xD4B7AF) is known color: Oyster Pink. HEX triplet: D4, B7 and AF. RGB value is (212,183,175). Sum of RGB (Red+Green+Blue) = 212+183+175=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B7AF is #2B4850. Grayscale: #BEBEBE. Windows color (decimal): -2836561 or 11515860. OLE color: 11515860.
HSL color Cylindrical-coordinate representation of color #D4B7AF: hue angle of 12.97º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B7AF is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 183 | 175 | - |
CMYK | 0 | 0.14 | 0.17 | 0.17 |
HSL | 12.97º | 0.3% | 0.76% | - |
HSV(B) | 12.97º | 0.17% | 0.83% | - |
XYZ | 51.82 | 50.96 | 47.66 | - |
YUV | 190.76 | 119.11 | 143.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 183 | 175 | 0 | 0.14 | 0.17 | 0.17 | 12.97 | 0.3 | 0.76 |
Hex | D4 | B7 | AF | 0 | E | 11 | 11 | D | 1E | 4C |
Octal | 324 | 267 | 257 | 0 | 16 | 21 | 21 | 15 | 36 | 114 |
Binary | 11010100 | 10110111 | 10101111 | 0 | 1110 | 10001 | 10001 | 1101 | 11110 | 1001100 |
Color Harmonies of #D4B7AF
Complementary color
Monochromatic Colors of #D4B7AF
Black with #D4B7AF
Text Example
Text Example
White with #D4B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B7AF; }
p { color: rgb(212,183,175); }
H1.HeaderClassName
{
color: #D4B7AF;
}
.AnyTagClassName
{
color: #D4B7AF;
}
</style>
background-color css
<style>
a { background-color: #D4B7AF; }
a { background-color: rgb(212,183,175); }
div.DivClassName
{
background-color: #D4B7AF;
}
.BgClassName
{
background-color: #D4B7AF;
}
</style>
border-color css
<style>
span { border-color: #D4B7AF; }
span { border-color: rgb(212,183,175); }
td.TdClassName
{
border-color: #D4B7AF;
}
.TagClassName
{
border-color: #D4B7AF;
}
</style>