#D5B2AD

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

Shades of Oyster Pink #D5B2AD

Tints of Oyster Pink #D5B2AD

Color information

#D5B2AD (or 0xD5B2AD) is unknown color: approx Oyster Pink. HEX triplet: D5, B2 and AD. RGB value is (213,178,173). Sum of RGB (Red+Green+Blue) = 213+178+173=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B2AD is #2A4D52. Grayscale: #BBBBBB. Windows color (decimal): -2772307 or 11383509. OLE color: 11383509.

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

Color convert

RGB213178173-
CMYK00.160.190.16
HSL7.5º32.26%75.69%-
HSV(B)7.5º18.78%83.53%-
XYZ50.94946.31-
YUV187.9119.6145.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 178 (69.92% from 255) = 31.56%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=37.77%
G=31.56%
B=30.67%

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
Decimal21317817300.160.190.167.532.2675.69
HexD5B2AD01013108204c
Octal32526225502023201040114
Binary110101011011001010101101010000100111000010001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B2AD; }

 p { color: rgb(213,178,173); }

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

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

 a { background-color: rgb(213,178,173); }

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

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

 span { border-color: rgb(213,178,173); }

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