#D7B1AD

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

Shades of Oyster Pink #D7B1AD

Tints of Oyster Pink #D7B1AD

Color information

#D7B1AD (or 0xD7B1AD) is unknown color: approx Oyster Pink. HEX triplet: D7, B1 and AD. RGB value is (215,177,173). Sum of RGB (Red+Green+Blue) = 215+177+173=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B1AD is #284E52. Grayscale: #BBBBBB. Windows color (decimal): -2641491 or 11383255. OLE color: 11383255.

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

Color convert

RGB215177173-
CMYK00.180.200.16
HSL5.71º34.43%76.08%-
HSV(B)5.71º19.53%84.31%-
XYZ51.2948.9146.27-
YUV187.91119.59147.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=38.05%
G=31.33%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517717300.180.200.165.7134.4376.08
HexD7B1AD01214106224c
Octal3272612550222420642114
Binary11010111101100011010110101001010100100001101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B1AD; }

 p { color: rgb(215,177,173); }

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

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

 a { background-color: rgb(215,177,173); }

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

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

 span { border-color: rgb(215,177,173); }

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