#D5B7B0

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

Shades of Oyster Pink #D5B7B0

Tints of Oyster Pink #D5B7B0

Color information

#D5B7B0 (or 0xD5B7B0) is unknown color: approx Oyster Pink. HEX triplet: D5, B7 and B0. RGB value is (213,183,176). Sum of RGB (Red+Green+Blue) = 213+183+176=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B7B0 is #2A484F. Grayscale: #BFBFBF. Windows color (decimal): -2771024 or 11581397. OLE color: 11581397.

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

Color convert

RGB213183176-
CMYK00.140.170.16
HSL11.35º30.58%76.27%-
HSV(B)11.35º17.37%83.53%-
XYZ52.2151.1548.19-
YUV191.17119.44143.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 176 (69.14% from 255) = 30.77%
R=37.24%
G=31.99%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318317600.140.170.1611.3530.5876.27
HexD5B7B00E1110b1f4c
Octal32526726001621201337114
Binary1101010110110111101100000111010001100001011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B7B0; }

 p { color: rgb(213,183,176); }

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

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

 a { background-color: rgb(213,183,176); }

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

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

 span { border-color: rgb(213,183,176); }

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