#D6B0AB

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

Shades of Oyster Pink #D6B0AB

Tints of Oyster Pink #D6B0AB

Color information

#D6B0AB (or 0xD6B0AB) is unknown color: approx Oyster Pink. HEX triplet: D6, B0 and AB. RGB value is (214,176,171). Sum of RGB (Red+Green+Blue) = 214+176+171=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B0AB is #294F54. Grayscale: #BABABA. Windows color (decimal): -2707285 or 11251926. OLE color: 11251926.

HSL color Cylindrical-coordinate representation of color #D6B0AB: hue angle of 6.98º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B0AB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214176171-
CMYK00.180.200.16
HSL6.98º34.4%75.49%-
HSV(B)6.98º20.09%83.92%-
XYZ50.6148.2945.18-
YUV186.79119.09147.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=38.15%
G=31.37%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417617100.180.200.166.9834.475.49
HexD6B0AB01214107224b
Octal3262602530222420742113
Binary11010110101100001010101101001010100100001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B0AB; }

 p { color: rgb(214,176,171); }

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

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

 a { background-color: rgb(214,176,171); }

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

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

 span { border-color: rgb(214,176,171); }

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