#D1BBB7

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

Shades of Oyster Pink #D1BBB7

Tints of Oyster Pink #D1BBB7

Color information

#D1BBB7 (or 0xD1BBB7) is unknown color: approx Oyster Pink. HEX triplet: D1, BB and B7. RGB value is (209,187,183). Sum of RGB (Red+Green+Blue) = 209+187+183=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBB7 is #2E4448. Grayscale: #C1C1C1. Windows color (decimal): -3032137 or 12041169. OLE color: 12041169.

HSL color Cylindrical-coordinate representation of color #D1BBB7: hue angle of 9.23º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BBB7 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB209187183-
CMYK00.110.120.18
HSL9.23º22.03%76.86%-
HSV(B)9.23º12.44%81.96%-
XYZ52.6152.5152.16-
YUV193.12122.29139.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 183 (71.88% from 255) = 31.61%
R=36.10%
G=32.30%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918718300.110.120.189.2322.0376.86
HexD1BBB70BC129164d
Octal32127326701314221126115
Binary110100011011101110110111010111100100101001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBB7; }

 p { color: rgb(209,187,183); }

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

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

 a { background-color: rgb(209,187,183); }

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

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

 span { border-color: rgb(209,187,183); }

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