Shades of Oyster Pink #D6BEBA
Tints of Oyster Pink #D6BEBA
RGB
CMYK
RGB Variations
Color information
#D6BEBA (or 0xD6BEBA) is known color: Oyster Pink. HEX triplet: D6, BE and BA. RGB value is (214,190,186). Sum of RGB (Red+Green+Blue) = 214+190+186=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEBA is #294145. Grayscale: #C4C4C4. Windows color (decimal): -2703686 or 12238550. OLE color: 12238550.
HSL color Cylindrical-coordinate representation of color #D6BEBA: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BEBA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 186 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.16 |
| HSL | 8.57º | 0.25% | 0.78% | - |
| HSV(B) | 8.57º | 0.13% | 0.84% | - |
| XYZ | 55.01 | 54.67 | 54.11 | - |
| YUV | 196.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 186 | 0 | 0.11 | 0.13 | 0.16 | 8.57 | 0.25 | 0.78 |
| Hex | D6 | BE | BA | 0 | B | D | 10 | 9 | 19 | 4E |
| Octal | 326 | 276 | 272 | 0 | 13 | 15 | 20 | 11 | 31 | 116 |
| Binary | 11010110 | 10111110 | 10111010 | 0 | 1011 | 1101 | 10000 | 1001 | 11001 | 1001110 |
Color Harmonies of #D6BEBA
Complementary color
Monochromatic Colors of #D6BEBA
Black with #D6BEBA
Text Example
Text Example
White with #D6BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEBA; }
p { color: rgb(214,190,186); }
H1.HeaderClassName
{
color: #D6BEBA;
}
.AnyTagClassName
{
color: #D6BEBA;
}
</style>
background-color css
<style>
a { background-color: #D6BEBA; }
a { background-color: rgb(214,190,186); }
div.DivClassName
{
background-color: #D6BEBA;
}
.BgClassName
{
background-color: #D6BEBA;
}
</style>
border-color css
<style>
span { border-color: #D6BEBA; }
span { border-color: rgb(214,190,186); }
td.TdClassName
{
border-color: #D6BEBA;
}
.TagClassName
{
border-color: #D6BEBA;
}
</style>