#D7B0AE

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

Shades of Oyster Pink #D7B0AE

Tints of Oyster Pink #D7B0AE

Color information

#D7B0AE (or 0xD7B0AE) is unknown color: approx Oyster Pink. HEX triplet: D7, B0 and AE. RGB value is (215,176,174). Sum of RGB (Red+Green+Blue) = 215+176+174=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B0AE is #284F51. Grayscale: #BBBBBB. Windows color (decimal): -2641746 or 11448535. OLE color: 11448535.

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

Color convert

RGB215176174-
CMYK00.180.190.16
HSL2.93º33.88%76.27%-
HSV(B)2.93º19.07%84.31%-
XYZ51.1948.5546.72-
YUV187.43120.42147.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=38.05%
G=31.15%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517617400.180.190.162.9333.8876.27
HexD7B0AE01213103224c
Octal3272602560222320342114
Binary1101011110110000101011100100101001110000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0AE; }

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

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

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

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

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

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

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

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