#D6BDB9

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

Shades of Oyster Pink #D6BDB9

Tints of Oyster Pink #D6BDB9

Color information

#D6BDB9 (or 0xD6BDB9) is unknown color: approx Oyster Pink. HEX triplet: D6, BD and B9. RGB value is (214,189,185). Sum of RGB (Red+Green+Blue) = 214+189+185=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDB9 is #294246. Grayscale: #C4C4C4. Windows color (decimal): -2703943 or 12172758. OLE color: 12172758.

HSL color Cylindrical-coordinate representation of color #D6BDB9: hue angle of 8.28º degrees, saturation: 0.26, 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 #D6BDB9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214189185-
CMYK00.120.140.16
HSL8.28º26.13%78.24%-
HSV(B)8.28º13.55%83.92%-
XYZ54.6954.1953.48-
YUV196.02121.78140.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=36.39%
G=32.14%
B=31.46%

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
Decimal21418918500.120.140.168.2826.1378.24
HexD6BDB90CE1081a4e
Octal32627527101416201032116
Binary110101101011110110111001011001110100001000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDB9; }

 p { color: rgb(214,189,185); }

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

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

 a { background-color: rgb(214,189,185); }

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

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

 span { border-color: rgb(214,189,185); }

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