#D4BCB7

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

Shades of Oyster Pink #D4BCB7

Tints of Oyster Pink #D4BCB7

Color information

#D4BCB7 (or 0xD4BCB7) is unknown color: approx Oyster Pink. HEX triplet: D4, BC and B7. RGB value is (212,188,183). Sum of RGB (Red+Green+Blue) = 212+188+183=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCB7 is #2B4348. Grayscale: #C2C2C2. Windows color (decimal): -2835273 or 12041428. OLE color: 12041428.

HSL color Cylindrical-coordinate representation of color #D4BCB7: hue angle of 10.34º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BCB7 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB212188183-
CMYK00.110.140.17
HSL10.34º25.22%77.45%-
HSV(B)10.34º13.68%83.14%-
XYZ53.6853.3852.27-
YUV194.61121.45140.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 183 (71.88% from 255) = 31.39%
R=36.36%
G=32.25%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218818300.110.140.1710.3425.2277.45
HexD4BCB70BE11a194d
Octal32427426701316211231115
Binary110101001011110010110111010111110100011010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCB7; }

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

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

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

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

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

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

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

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