#D7B6AE

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

Shades of Oyster Pink #D7B6AE

Tints of Oyster Pink #D7B6AE

Color information

#D7B6AE (or 0xD7B6AE) is unknown color: approx Oyster Pink. HEX triplet: D7, B6 and AE. RGB value is (215,182,174). Sum of RGB (Red+Green+Blue) = 215+182+174=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B6AE is #284951. Grayscale: #BFBFBF. Windows color (decimal): -2640210 or 11450071. OLE color: 11450071.

HSL color Cylindrical-coordinate representation of color #D7B6AE: hue angle of 11.71º degrees, saturation: 0.34, 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 #D7B6AE is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215182174-
CMYK00.150.190.16
HSL11.71º33.88%76.27%-
HSV(B)11.71º19.07%84.31%-
XYZ52.3950.9647.12-
YUV190.96118.43145.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=37.65%
G=31.87%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518217400.150.190.1611.7133.8876.27
HexD7B6AE0F1310c224c
Octal32726625601723201442114
Binary11010111101101101010111001111100111000011001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B6AE; }

 p { color: rgb(215,182,174); }

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

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

 a { background-color: rgb(215,182,174); }

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

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

 span { border-color: rgb(215,182,174); }

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