#D3BDBB

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

Shades of Oyster Pink #D3BDBB

Tints of Oyster Pink #D3BDBB

Color information

#D3BDBB (or 0xD3BDBB) is unknown color: approx Oyster Pink. HEX triplet: D3, BD and BB. RGB value is (211,189,187). Sum of RGB (Red+Green+Blue) = 211+189+187=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDBB is #2C4244. Grayscale: #C3C3C3. Windows color (decimal): -2900549 or 12303827. OLE color: 12303827.

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

Color convert

RGB211189187-
CMYK00.100.110.17
HSL21.43%78.04%-
HSV(B)11.37%82.75%-
XYZ54.0353.8354.56-
YUV195.35123.29139.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=35.95%
G=32.20%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118918700.100.110.17521.4378.04
HexD3BDBB0AB115154e
Octal3232752730121321525116
Binary11010011101111011011101101010101110001101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BDBB; }

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

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

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

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

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

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

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

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