Shades of Oyster Pink #D0B6B0
Tints of Oyster Pink #D0B6B0
RGB
CMYK
RGB Variations
Color information
#D0B6B0 (or 0xD0B6B0) is known color: Oyster Pink. HEX triplet: D0, B6 and B0. RGB value is (208,182,176). Sum of RGB (Red+Green+Blue) = 208+182+176=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B6B0 is #2F494F. Grayscale: #BDBDBD. Windows color (decimal): -3098960 or 11581136. OLE color: 11581136.
HSL color Cylindrical-coordinate representation of color #D0B6B0: hue angle of 11.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B6B0 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 176 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.18 |
| HSL | 11.25º | 0.25% | 0.75% | - |
| HSV(B) | 11.25º | 0.15% | 0.82% | - |
| XYZ | 50.58 | 50 | 48.06 | - |
| YUV | 189.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 176 | 0 | 0.12 | 0.15 | 0.18 | 11.25 | 0.25 | 0.75 |
| Hex | D0 | B6 | B0 | 0 | C | F | 12 | B | 19 | 4B |
| Octal | 320 | 266 | 260 | 0 | 14 | 17 | 22 | 13 | 31 | 113 |
| Binary | 11010000 | 10110110 | 10110000 | 0 | 1100 | 1111 | 10010 | 1011 | 11001 | 1001011 |
Color Harmonies of #D0B6B0
Complementary color
Monochromatic Colors of #D0B6B0
Black with #D0B6B0
Text Example
Text Example
White with #D0B6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B6B0; }
p { color: rgb(208,182,176); }
H1.HeaderClassName
{
color: #D0B6B0;
}
.AnyTagClassName
{
color: #D0B6B0;
}
</style>
background-color css
<style>
a { background-color: #D0B6B0; }
a { background-color: rgb(208,182,176); }
div.DivClassName
{
background-color: #D0B6B0;
}
.BgClassName
{
background-color: #D0B6B0;
}
</style>
border-color css
<style>
span { border-color: #D0B6B0; }
span { border-color: rgb(208,182,176); }
td.TdClassName
{
border-color: #D0B6B0;
}
.TagClassName
{
border-color: #D0B6B0;
}
</style>