#D2B4AF

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

Shades of Oyster Pink #D2B4AF

Tints of Oyster Pink #D2B4AF

Color information

#D2B4AF (or 0xD2B4AF) is unknown color: approx Oyster Pink. HEX triplet: D2, B4 and AF. RGB value is (210,180,175). Sum of RGB (Red+Green+Blue) = 210+180+175=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B4AF is #2D4B50. Grayscale: #BCBCBC. Windows color (decimal): -2968401 or 11515090. OLE color: 11515090.

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

Color convert

RGB210180175-
CMYK00.140.170.18
HSL8.57º28%75.49%-
HSV(B)8.57º16.67%82.35%-
XYZ50.6449.4447.43-
YUV188.4120.44143.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 180 (70.70% from 255) = 31.86%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=37.17%
G=31.86%
B=30.97%

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
Decimal21018017500.140.170.188.572875.49
HexD2B4AF0E111291c4b
Octal32226425701621221134113
Binary1101001010110100101011110111010001100101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B4AF; }

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

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

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

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

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

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

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

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