#D7B2AE

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

Shades of Oyster Pink #D7B2AE

Tints of Oyster Pink #D7B2AE

Color information

#D7B2AE (or 0xD7B2AE) is unknown color: approx Oyster Pink. HEX triplet: D7, B2 and AE. RGB value is (215,178,174). Sum of RGB (Red+Green+Blue) = 215+178+174=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B2AE is #284D51. Grayscale: #BCBCBC. Windows color (decimal): -2641234 or 11449047. OLE color: 11449047.

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

Color convert

RGB215178174-
CMYK00.170.190.16
HSL5.85º33.88%76.27%-
HSV(B)5.85º19.07%84.31%-
XYZ51.5849.3446.85-
YUV188.61119.76146.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 178 (69.92% from 255) = 31.39%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=37.92%
G=31.39%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517817400.170.190.165.8533.8876.27
HexD7B2AE01113106224c
Octal3272622560212320642114
Binary11010111101100101010111001000110011100001101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B2AE; }

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

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

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

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

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

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

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

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