#D2B5AF

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

Shades of Oyster Pink #D2B5AF

Tints of Oyster Pink #D2B5AF

Color information

#D2B5AF (or 0xD2B5AF) is unknown color: approx Oyster Pink. HEX triplet: D2, B5 and AF. RGB value is (210,181,175). Sum of RGB (Red+Green+Blue) = 210+181+175=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B5AF is #2D4A50. Grayscale: #BDBDBD. Windows color (decimal): -2968145 or 11515346. OLE color: 11515346.

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

Color convert

RGB210181175-
CMYK00.140.170.18
HSL10.29º28%75.49%-
HSV(B)10.29º16.67%82.35%-
XYZ50.8449.8447.5-
YUV188.99120.11142.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 181 (71.09% from 255) = 31.98%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=37.10%
G=31.98%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018117500.140.170.1810.292875.49
HexD2B5AF0E1112a1c4b
Octal32226525701621221234113
Binary1101001010110101101011110111010001100101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B5AF; }

 p { color: rgb(210,181,175); }

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

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

 a { background-color: rgb(210,181,175); }

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

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

 span { border-color: rgb(210,181,175); }

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