Shades of Oyster Pink #D5B2AC
Tints of Oyster Pink #D5B2AC
RGB
CMYK
RGB Variations
Color information
#D5B2AC (or 0xD5B2AC) is known color: Oyster Pink. HEX triplet: D5, B2 and AC. RGB value is (213,178,172). Sum of RGB (Red+Green+Blue) = 213+178+172=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B2AC is #2A4D53. Grayscale: #BBBBBB. Windows color (decimal): -2772308 or 11317973. OLE color: 11317973.
HSL color Cylindrical-coordinate representation of color #D5B2AC: hue angle of 8.78º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B2AC is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 172 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.16 |
| HSL | 8.78º | 0.33% | 0.75% | - |
| HSV(B) | 8.78º | 0.19% | 0.84% | - |
| XYZ | 50.81 | 48.97 | 45.8 | - |
| YUV | 187.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 172 | 0 | 0.16 | 0.19 | 0.16 | 8.78 | 0.33 | 0.75 |
| Hex | D5 | B2 | AC | 0 | 10 | 13 | 10 | 9 | 21 | 4B |
| Octal | 325 | 262 | 254 | 0 | 20 | 23 | 20 | 11 | 41 | 113 |
| Binary | 11010101 | 10110010 | 10101100 | 0 | 10000 | 10011 | 10000 | 1001 | 100001 | 1001011 |
Color Harmonies of #D5B2AC
Complementary color
Monochromatic Colors of #D5B2AC
Black with #D5B2AC
Text Example
Text Example
White with #D5B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B2AC; }
p { color: rgb(213,178,172); }
H1.HeaderClassName
{
color: #D5B2AC;
}
.AnyTagClassName
{
color: #D5B2AC;
}
</style>
background-color css
<style>
a { background-color: #D5B2AC; }
a { background-color: rgb(213,178,172); }
div.DivClassName
{
background-color: #D5B2AC;
}
.BgClassName
{
background-color: #D5B2AC;
}
</style>
border-color css
<style>
span { border-color: #D5B2AC; }
span { border-color: rgb(213,178,172); }
td.TdClassName
{
border-color: #D5B2AC;
}
.TagClassName
{
border-color: #D5B2AC;
}
</style>