#D7BDBA

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

Shades of Oyster Pink #D7BDBA

Tints of Oyster Pink #D7BDBA

Color information

#D7BDBA (or 0xD7BDBA) is unknown color: approx Oyster Pink. HEX triplet: D7, BD and BA. RGB value is (215,189,186). Sum of RGB (Red+Green+Blue) = 215+189+186=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDBA is #284245. Grayscale: #C4C4C4. Windows color (decimal): -2638406 or 12238295. OLE color: 12238295.

HSL color Cylindrical-coordinate representation of color #D7BDBA: hue angle of 6.21º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BDBA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215189186-
CMYK00.120.130.16
HSL6.21º26.61%78.63%-
HSV(B)6.21º13.49%84.31%-
XYZ55.0854.3954.05-
YUV196.43122.11141.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=36.44%
G=32.03%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518918600.120.130.166.2126.6178.63
HexD7BDBA0CD1061b4f
Octal3272752720141520633117
Binary11010111101111011011101001100110110000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDBA; }

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

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

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

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

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

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

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

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