#D3BDBA

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

Shades of Oyster Pink #D3BDBA

Tints of Oyster Pink #D3BDBA

Color information

#D3BDBA (or 0xD3BDBA) is unknown color: approx Oyster Pink. HEX triplet: D3, BD and BA. RGB value is (211,189,186). Sum of RGB (Red+Green+Blue) = 211+189+186=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDBA is #2C4245. Grayscale: #C3C3C3. Windows color (decimal): -2900550 or 12238291. OLE color: 12238291.

HSL color Cylindrical-coordinate representation of color #D3BDBA: hue angle of 7.2º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BDBA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211189186-
CMYK00.100.120.17
HSL7.2º22.12%77.84%-
HSV(B)7.2º11.85%82.75%-
XYZ53.9253.7953.99-
YUV195.24122.79139.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=36.01%
G=32.25%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118918600.100.120.177.222.1277.84
HexD3BDBA0AC117164e
Octal3232752720121421726116
Binary11010011101111011011101001010110010001111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BDBA; }

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

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

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

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

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

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

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

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