#D9ADAB

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

Shades of Oyster Pink #D9ADAB

Tints of Oyster Pink #D9ADAB

Color information

#D9ADAB (or 0xD9ADAB) is unknown color: approx Oyster Pink. HEX triplet: D9, AD and AB. RGB value is (217,173,171). Sum of RGB (Red+Green+Blue) = 217+173+171=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAB is #265254. Grayscale: #B9B9B9. Windows color (decimal): -2511445 or 11251161. OLE color: 11251161.

HSL color Cylindrical-coordinate representation of color #D9ADAB: hue angle of 2.61º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ADAB is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217173171-
CMYK00.200.210.15
HSL2.61º37.7%76.08%-
HSV(B)2.61º21.2%85.1%-
XYZ50.9147.5845.03-
YUV185.93119.58150.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=38.68%
G=30.84%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717317100.200.210.152.6137.776.08
HexD9ADAB01415F3264c
Octal3312552530242517346114
Binary110110011010110110101011010100101011111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADAB; }

 p { color: rgb(217,173,171); }

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

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

 a { background-color: rgb(217,173,171); }

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

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

 span { border-color: rgb(217,173,171); }

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