#D7B5B2

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

Shades of Oyster Pink #D7B5B2

Tints of Oyster Pink #D7B5B2

Color information

#D7B5B2 (or 0xD7B5B2) is unknown color: approx Oyster Pink. HEX triplet: D7, B5 and B2. RGB value is (215,181,178). Sum of RGB (Red+Green+Blue) = 215+181+178=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B5B2 is #284A4D. Grayscale: #BEBEBE. Windows color (decimal): -2640462 or 11711959. OLE color: 11711959.

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

Color convert

RGB215181178-
CMYK00.160.170.16
HSL4.86º31.62%77.06%-
HSV(B)4.86º17.21%84.31%-
XYZ52.5850.7149.14-
YUV190.82120.76145.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=37.46%
G=31.53%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518117800.160.170.164.8631.6277.06
HexD7B5B201011105204d
Octal3272652620202120540115
Binary11010111101101011011001001000010001100001011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B5B2; }

 p { color: rgb(215,181,178); }

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

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

 a { background-color: rgb(215,181,178); }

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

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

 span { border-color: rgb(215,181,178); }

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