#D6BCB7

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

Shades of Oyster Pink #D6BCB7

Tints of Oyster Pink #D6BCB7

Color information

#D6BCB7 (or 0xD6BCB7) is unknown color: approx Oyster Pink. HEX triplet: D6, BC and B7. RGB value is (214,188,183). Sum of RGB (Red+Green+Blue) = 214+188+183=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCB7 is #294348. Grayscale: #C3C3C3. Windows color (decimal): -2704201 or 12041430. OLE color: 12041430.

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

Color convert

RGB214188183-
CMYK00.120.140.16
HSL9.68º27.43%77.84%-
HSV(B)9.68º14.49%83.92%-
XYZ54.2653.6852.3-
YUV195.2121.11141.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=36.58%
G=32.14%
B=31.28%

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
Decimal21418818300.120.140.169.6827.4377.84
HexD6BCB70CE10a1b4e
Octal32627426701416201233116
Binary110101101011110010110111011001110100001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCB7; }

 p { color: rgb(214,188,183); }

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

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

 a { background-color: rgb(214,188,183); }

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

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

 span { border-color: rgb(214,188,183); }

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