#D2B3AD

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

Shades of Oyster Pink #D2B3AD

Tints of Oyster Pink #D2B3AD

Color information

#D2B3AD (or 0xD2B3AD) is unknown color: approx Oyster Pink. HEX triplet: D2, B3 and AD. RGB value is (210,179,173). Sum of RGB (Red+Green+Blue) = 210+179+173=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B3AD is #2D4C52. Grayscale: #BBBBBB. Windows color (decimal): -2968659 or 11383762. OLE color: 11383762.

HSL color Cylindrical-coordinate representation of color #D2B3AD: hue angle of 9.73º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2B3AD is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210179173-
CMYK00.150.180.18
HSL9.73º29.13%75.1%-
HSV(B)9.73º17.62%82.35%-
XYZ50.2448.9646.34-
YUV187.58119.77143.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 179 (70.31% from 255) = 31.85%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=37.37%
G=31.85%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017917300.150.180.189.7329.1375.1
HexD2B3AD0F1212a1d4b
Octal32226325501722221235113
Binary1101001010110011101011010111110010100101010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B3AD; }

 p { color: rgb(210,179,173); }

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

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

 a { background-color: rgb(210,179,173); }

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

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

 span { border-color: rgb(210,179,173); }

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