Shades of Oyster Pink #D6BDBC
Tints of Oyster Pink #D6BDBC
RGB
CMYK
RGB Variations
Color information
#D6BDBC (or 0xD6BDBC) is known color: Oyster Pink. HEX triplet: D6, BD and BC. RGB value is (214,189,188). Sum of RGB (Red+Green+Blue) = 214+189+188=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDBC is #294243. Grayscale: #C4C4C4. Windows color (decimal): -2703940 or 12369366. OLE color: 12369366.
HSL color Cylindrical-coordinate representation of color #D6BDBC: hue angle of 2.31º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDBC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 188 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.16 |
| HSL | 2.31º | 0.24% | 0.79% | - |
| HSV(B) | 2.31º | 0.12% | 0.84% | - |
| XYZ | 55.01 | 54.32 | 55.16 | - |
| YUV | 196.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 188 | 0 | 0.12 | 0.12 | 0.16 | 2.31 | 0.24 | 0.79 |
| Hex | D6 | BD | BC | 0 | C | C | 10 | 2 | 18 | 4F |
| Octal | 326 | 275 | 274 | 0 | 14 | 14 | 20 | 2 | 30 | 117 |
| Binary | 11010110 | 10111101 | 10111100 | 0 | 1100 | 1100 | 10000 | 10 | 11000 | 1001111 |
Color Harmonies of #D6BDBC
Complementary color
Monochromatic Colors of #D6BDBC
Black with #D6BDBC
Text Example
Text Example
White with #D6BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDBC; }
p { color: rgb(214,189,188); }
H1.HeaderClassName
{
color: #D6BDBC;
}
.AnyTagClassName
{
color: #D6BDBC;
}
</style>
background-color css
<style>
a { background-color: #D6BDBC; }
a { background-color: rgb(214,189,188); }
div.DivClassName
{
background-color: #D6BDBC;
}
.BgClassName
{
background-color: #D6BDBC;
}
</style>
border-color css
<style>
span { border-color: #D6BDBC; }
span { border-color: rgb(214,189,188); }
td.TdClassName
{
border-color: #D6BDBC;
}
.TagClassName
{
border-color: #D6BDBC;
}
</style>