Shades of Oyster Pink #D6B8B4
Tints of Oyster Pink #D6B8B4
RGB
CMYK
RGB Variations
Color information
#D6B8B4 (or 0xD6B8B4) is known color: Oyster Pink. HEX triplet: D6, B8 and B4. RGB value is (214,184,180). Sum of RGB (Red+Green+Blue) = 214+184+180=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B8B4 is #29474B. Grayscale: #C0C0C0. Windows color (decimal): -2705228 or 11843798. OLE color: 11843798.
HSL color Cylindrical-coordinate representation of color #D6B8B4: hue angle of 7.06º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B8B4 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 180 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.16 |
| HSL | 7.06º | 0.29% | 0.77% | - |
| HSV(B) | 7.06º | 0.16% | 0.84% | - |
| XYZ | 53.11 | 51.87 | 50.39 | - |
| YUV | 192.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 180 | 0 | 0.14 | 0.16 | 0.16 | 7.06 | 0.29 | 0.77 |
| Hex | D6 | B8 | B4 | 0 | E | 10 | 10 | 7 | 1D | 4D |
| Octal | 326 | 270 | 264 | 0 | 16 | 20 | 20 | 7 | 35 | 115 |
| Binary | 11010110 | 10111000 | 10110100 | 0 | 1110 | 10000 | 10000 | 111 | 11101 | 1001101 |
Color Harmonies of #D6B8B4
Complementary color
Monochromatic Colors of #D6B8B4
Black with #D6B8B4
Text Example
Text Example
White with #D6B8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B8B4; }
p { color: rgb(214,184,180); }
H1.HeaderClassName
{
color: #D6B8B4;
}
.AnyTagClassName
{
color: #D6B8B4;
}
</style>
background-color css
<style>
a { background-color: #D6B8B4; }
a { background-color: rgb(214,184,180); }
div.DivClassName
{
background-color: #D6B8B4;
}
.BgClassName
{
background-color: #D6B8B4;
}
</style>
border-color css
<style>
span { border-color: #D6B8B4; }
span { border-color: rgb(214,184,180); }
td.TdClassName
{
border-color: #D6B8B4;
}
.TagClassName
{
border-color: #D6B8B4;
}
</style>