#D2BDBA

Color #D2BDBA Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #D2BDBA

Tints of Oyster Pink #D2BDBA

Color information

#D2BDBA (or 0xD2BDBA) is unknown color: approx Oyster Pink. HEX triplet: D2, BD and BA. RGB value is (210,189,186). Sum of RGB (Red+Green+Blue) = 210+189+186=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDBA is #2D4245. Grayscale: #C2C2C2. Windows color (decimal): -2966086 or 12238290. OLE color: 12238290.

HSL color Cylindrical-coordinate representation of color #D2BDBA: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BDBA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210189186-
CMYK00.100.110.18
HSL7.5º21.05%77.65%-
HSV(B)7.5º11.43%82.35%-
XYZ53.6453.6453.98-
YUV194.94122.96138.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=35.90%
G=32.31%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018918600.100.110.187.521.0577.65
HexD2BDBA0AB128154e
Octal32227527201213221025116
Binary110100101011110110111010010101011100101000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDBA; }

 p { color: rgb(210,189,186); }

 H1.HeaderClassName
 {
   color: #D2BDBA;
 }
 .AnyTagClassName
 {
   color: #D2BDBA;
 }
</style>
background-color css

<style>
 a { background-color: #D2BDBA; }

 a { background-color: rgb(210,189,186); }

 div.DivClassName
 {
   background-color: #D2BDBA;
 }
 .BgClassName
 {
   background-color: #D2BDBA;
 }
</style>
border-color css

<style>
 span { border-color: #D2BDBA; }

 span { border-color: rgb(210,189,186); }

 td.TdClassName
 {
   border-color: #D2BDBA;
 }
 .TagClassName
 {
   border-color: #D2BDBA;
 }
</style>