Shades of Oyster Pink #D0B7B3
Tints of Oyster Pink #D0B7B3
RGB
CMYK
RGB Variations
Color information
#D0B7B3 (or 0xD0B7B3) is known color: Oyster Pink. HEX triplet: D0, B7 and B3. RGB value is (208,183,179). Sum of RGB (Red+Green+Blue) = 208+183+179=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7B3 is #2F484C. Grayscale: #BEBEBE. Windows color (decimal): -3098701 or 11778000. OLE color: 11778000.
HSL color Cylindrical-coordinate representation of color #D0B7B3: hue angle of 8.28º 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 #D0B7B3 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 179 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.18 |
| HSL | 8.28º | 0.24% | 0.76% | - |
| HSV(B) | 8.28º | 0.14% | 0.82% | - |
| XYZ | 51.08 | 50.53 | 49.71 | - |
| YUV | 190.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 179 | 0 | 0.12 | 0.14 | 0.18 | 8.28 | 0.24 | 0.76 |
| Hex | D0 | B7 | B3 | 0 | C | E | 12 | 8 | 18 | 4C |
| Octal | 320 | 267 | 263 | 0 | 14 | 16 | 22 | 10 | 30 | 114 |
| Binary | 11010000 | 10110111 | 10110011 | 0 | 1100 | 1110 | 10010 | 1000 | 11000 | 1001100 |
Color Harmonies of #D0B7B3
Complementary color
Monochromatic Colors of #D0B7B3
Black with #D0B7B3
Text Example
Text Example
White with #D0B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7B3; }
p { color: rgb(208,183,179); }
H1.HeaderClassName
{
color: #D0B7B3;
}
.AnyTagClassName
{
color: #D0B7B3;
}
</style>
background-color css
<style>
a { background-color: #D0B7B3; }
a { background-color: rgb(208,183,179); }
div.DivClassName
{
background-color: #D0B7B3;
}
.BgClassName
{
background-color: #D0B7B3;
}
</style>
border-color css
<style>
span { border-color: #D0B7B3; }
span { border-color: rgb(208,183,179); }
td.TdClassName
{
border-color: #D0B7B3;
}
.TagClassName
{
border-color: #D0B7B3;
}
</style>