#D5BDBA

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

Shades of Oyster Pink #D5BDBA

Tints of Oyster Pink #D5BDBA

Color information

#D5BDBA (or 0xD5BDBA) is unknown color: approx Oyster Pink. HEX triplet: D5, BD and BA. RGB value is (213,189,186). Sum of RGB (Red+Green+Blue) = 213+189+186=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDBA is #2A4245. Grayscale: #C3C3C3. Windows color (decimal): -2769478 or 12238293. OLE color: 12238293.

HSL color Cylindrical-coordinate representation of color #D5BDBA: hue angle of 6.67º degrees, saturation: 0.24, 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 #D5BDBA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213189186-
CMYK00.110.130.16
HSL6.67º24.32%78.24%-
HSV(B)6.67º12.68%83.53%-
XYZ54.554.0954.02-
YUV195.83122.45140.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=36.22%
G=32.14%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318918600.110.130.166.6724.3278.24
HexD5BDBA0BD107184e
Octal3252752720131520730116
Binary11010101101111011011101001011110110000111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDBA; }

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

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

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

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

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

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

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

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