Shades of Oyster Pink #D0B8B3
Tints of Oyster Pink #D0B8B3
RGB
CMYK
RGB Variations
Color information
#D0B8B3 (or 0xD0B8B3) is known color: Oyster Pink. HEX triplet: D0, B8 and B3. RGB value is (208,184,179). Sum of RGB (Red+Green+Blue) = 208+184+179=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8B3 is #2F474C. Grayscale: #BEBEBE. Windows color (decimal): -3098445 or 11778256. OLE color: 11778256.
HSL color Cylindrical-coordinate representation of color #D0B8B3: hue angle of 10.34º 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 #D0B8B3 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 179 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.18 |
| HSL | 10.34º | 0.24% | 0.76% | - |
| HSV(B) | 10.34º | 0.14% | 0.82% | - |
| XYZ | 51.29 | 50.95 | 49.78 | - |
| YUV | 190.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 179 | 0 | 0.12 | 0.14 | 0.18 | 10.34 | 0.24 | 0.76 |
| Hex | D0 | B8 | B3 | 0 | C | E | 12 | A | 18 | 4C |
| Octal | 320 | 270 | 263 | 0 | 14 | 16 | 22 | 12 | 30 | 114 |
| Binary | 11010000 | 10111000 | 10110011 | 0 | 1100 | 1110 | 10010 | 1010 | 11000 | 1001100 |
Color Harmonies of #D0B8B3
Complementary color
Monochromatic Colors of #D0B8B3
Black with #D0B8B3
Text Example
Text Example
White with #D0B8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8B3; }
p { color: rgb(208,184,179); }
H1.HeaderClassName
{
color: #D0B8B3;
}
.AnyTagClassName
{
color: #D0B8B3;
}
</style>
background-color css
<style>
a { background-color: #D0B8B3; }
a { background-color: rgb(208,184,179); }
div.DivClassName
{
background-color: #D0B8B3;
}
.BgClassName
{
background-color: #D0B8B3;
}
</style>
border-color css
<style>
span { border-color: #D0B8B3; }
span { border-color: rgb(208,184,179); }
td.TdClassName
{
border-color: #D0B8B3;
}
.TagClassName
{
border-color: #D0B8B3;
}
</style>