#D7BDB8

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

Shades of Oyster Pink #D7BDB8

Tints of Oyster Pink #D7BDB8

Color information

#D7BDB8 (or 0xD7BDB8) is unknown color: approx Oyster Pink. HEX triplet: D7, BD and B8. RGB value is (215,189,184). Sum of RGB (Red+Green+Blue) = 215+189+184=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDB8 is #284247. Grayscale: #C4C4C4. Windows color (decimal): -2638408 or 12107223. OLE color: 12107223.

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

Color convert

RGB215189184-
CMYK00.120.140.16
HSL9.68º27.93%78.24%-
HSV(B)9.68º14.42%84.31%-
XYZ54.8754.352.94-
YUV196.2121.11141.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=36.56%
G=32.14%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518918400.120.140.169.6827.9378.24
HexD7BDB80CE10a1c4e
Octal32727527001416201234116
Binary110101111011110110111000011001110100001010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDB8; }

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

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

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

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

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

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

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

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