Shades of Oyster Pink #D0B6B2
Tints of Oyster Pink #D0B6B2
RGB
CMYK
RGB Variations
Color information
#D0B6B2 (or 0xD0B6B2) is known color: Oyster Pink. HEX triplet: D0, B6 and B2. RGB value is (208,182,178). Sum of RGB (Red+Green+Blue) = 208+182+178=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B6B2 is #2F494D. Grayscale: #BDBDBD. Windows color (decimal): -3098958 or 11712208. OLE color: 11712208.
HSL color Cylindrical-coordinate representation of color #D0B6B2: hue angle of 8º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B6B2 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 178 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.18 |
| HSL | 8º | 0.24% | 0.76% | - |
| HSV(B) | 8º | 0.14% | 0.82% | - |
| XYZ | 50.78 | 50.08 | 49.11 | - |
| YUV | 189.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 178 | 0 | 0.12 | 0.14 | 0.18 | 8 | 0.24 | 0.76 |
| Hex | D0 | B6 | B2 | 0 | C | E | 12 | 8 | 18 | 4C |
| Octal | 320 | 266 | 262 | 0 | 14 | 16 | 22 | 10 | 30 | 114 |
| Binary | 11010000 | 10110110 | 10110010 | 0 | 1100 | 1110 | 10010 | 1000 | 11000 | 1001100 |
Color Harmonies of #D0B6B2
Complementary color
Monochromatic Colors of #D0B6B2
Black with #D0B6B2
Text Example
Text Example
White with #D0B6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B6B2; }
p { color: rgb(208,182,178); }
H1.HeaderClassName
{
color: #D0B6B2;
}
.AnyTagClassName
{
color: #D0B6B2;
}
</style>
background-color css
<style>
a { background-color: #D0B6B2; }
a { background-color: rgb(208,182,178); }
div.DivClassName
{
background-color: #D0B6B2;
}
.BgClassName
{
background-color: #D0B6B2;
}
</style>
border-color css
<style>
span { border-color: #D0B6B2; }
span { border-color: rgb(208,182,178); }
td.TdClassName
{
border-color: #D0B6B2;
}
.TagClassName
{
border-color: #D0B6B2;
}
</style>