#D1ADAB

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

Shades of Oyster Pink #D1ADAB

Tints of Oyster Pink #D1ADAB

Color information

#D1ADAB (or 0xD1ADAB) is unknown color: approx Oyster Pink. HEX triplet: D1, AD and AB. RGB value is (209,173,171). Sum of RGB (Red+Green+Blue) = 209+173+171=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADAB is #2E5254. Grayscale: #B7B7B7. Windows color (decimal): -3035733 or 11251153. OLE color: 11251153.

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

Color convert

RGB209173171-
CMYK00.170.180.18
HSL3.16º29.23%74.51%-
HSV(B)3.16º18.18%81.96%-
XYZ48.5946.3844.92-
YUV183.54120.93146.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=37.79%
G=31.28%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917317100.170.180.183.1629.2374.51
HexD1ADAB011121231d4b
Octal3212552530212222335113
Binary110100011010110110101011010001100101001011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADAB; }

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

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

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

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

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

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

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

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