#D6BFBB

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

Shades of Oyster Pink #D6BFBB

Tints of Oyster Pink #D6BFBB

Color information

#D6BFBB (or 0xD6BFBB) is unknown color: approx Oyster Pink. HEX triplet: D6, BF and BB. RGB value is (214,191,187). Sum of RGB (Red+Green+Blue) = 214+191+187=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFBB is #294044. Grayscale: #C5C5C5. Windows color (decimal): -2703429 or 12304342. OLE color: 12304342.

HSL color Cylindrical-coordinate representation of color #D6BFBB: hue angle of 8.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BFBB is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214191187-
CMYK00.110.130.16
HSL8.89º24.77%78.63%-
HSV(B)8.89º12.62%83.92%-
XYZ55.3355.1554.74-
YUV197.42122.12139.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=36.15%
G=32.26%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419118700.110.130.168.8924.7778.63
HexD6BFBB0BD109194f
Octal32627727301315201131117
Binary110101101011111110111011010111101100001001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BFBB; }

 p { color: rgb(214,191,187); }

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

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

 a { background-color: rgb(214,191,187); }

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

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

 span { border-color: rgb(214,191,187); }

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