Shades of Oyster Pink #D7BDBC
Tints of Oyster Pink #D7BDBC
RGB
CMYK
RGB Variations
Color information
#D7BDBC (or 0xD7BDBC) is known color: Oyster Pink. HEX triplet: D7, BD and BC. RGB value is (215,189,188). Sum of RGB (Red+Green+Blue) = 215+189+188=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDBC is #284243. Grayscale: #C4C4C4. Windows color (decimal): -2638404 or 12369367. OLE color: 12369367.
HSL color Cylindrical-coordinate representation of color #D7BDBC: hue angle of 2.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BDBC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 188 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.16 |
| HSL | 2.22º | 0.25% | 0.79% | - |
| HSV(B) | 2.22º | 0.13% | 0.84% | - |
| XYZ | 55.3 | 54.47 | 55.18 | - |
| YUV | 196.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 188 | 0 | 0.12 | 0.13 | 0.16 | 2.22 | 0.25 | 0.79 |
| Hex | D7 | BD | BC | 0 | C | D | 10 | 2 | 19 | 4F |
| Octal | 327 | 275 | 274 | 0 | 14 | 15 | 20 | 2 | 31 | 117 |
| Binary | 11010111 | 10111101 | 10111100 | 0 | 1100 | 1101 | 10000 | 10 | 11001 | 1001111 |
Color Harmonies of #D7BDBC
Complementary color
Monochromatic Colors of #D7BDBC
Black with #D7BDBC
Text Example
Text Example
White with #D7BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDBC; }
p { color: rgb(215,189,188); }
H1.HeaderClassName
{
color: #D7BDBC;
}
.AnyTagClassName
{
color: #D7BDBC;
}
</style>
background-color css
<style>
a { background-color: #D7BDBC; }
a { background-color: rgb(215,189,188); }
div.DivClassName
{
background-color: #D7BDBC;
}
.BgClassName
{
background-color: #D7BDBC;
}
</style>
border-color css
<style>
span { border-color: #D7BDBC; }
span { border-color: rgb(215,189,188); }
td.TdClassName
{
border-color: #D7BDBC;
}
.TagClassName
{
border-color: #D7BDBC;
}
</style>