#D6B3AE

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

Shades of Oyster Pink #D6B3AE

Tints of Oyster Pink #D6B3AE

Color information

#D6B3AE (or 0xD6B3AE) is unknown color: approx Oyster Pink. HEX triplet: D6, B3 and AE. RGB value is (214,179,174). Sum of RGB (Red+Green+Blue) = 214+179+174=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B3AE is #294C51. Grayscale: #BCBCBC. Windows color (decimal): -2706514 or 11449302. OLE color: 11449302.

HSL color Cylindrical-coordinate representation of color #D6B3AE: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B3AE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214179174-
CMYK00.160.190.16
HSL7.5º32.79%76.08%-
HSV(B)7.5º18.69%83.92%-
XYZ51.4949.5946.9-
YUV188.9119.6145.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 179 (70.31% from 255) = 31.57%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=37.74%
G=31.57%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417917400.160.190.167.532.7976.08
HexD6B3AE01013108214c
Octal32626325602023201041114
Binary110101101011001110101110010000100111000010001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B3AE; }

 p { color: rgb(214,179,174); }

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

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

 a { background-color: rgb(214,179,174); }

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

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

 span { border-color: rgb(214,179,174); }

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