#D9ADAC

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

Shades of Oyster Pink #D9ADAC

Tints of Oyster Pink #D9ADAC

Color information

#D9ADAC (or 0xD9ADAC) is unknown color: approx Oyster Pink. HEX triplet: D9, AD and AC. RGB value is (217,173,172). Sum of RGB (Red+Green+Blue) = 217+173+172=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAC is #265253. Grayscale: #BABABA. Windows color (decimal): -2511444 or 11316697. OLE color: 11316697.

HSL color Cylindrical-coordinate representation of color #D9ADAC: hue angle of 1.33º degrees, saturation: 0.37, 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 #D9ADAC is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217173172-
CMYK00.200.210.15
HSL1.33º37.19%76.27%-
HSV(B)1.33º20.74%85.1%-
XYZ51.0147.6245.53-
YUV186.04120.08150.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=38.61%
G=30.78%
B=30.60%

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
Decimal21717317200.200.210.151.3337.1976.27
HexD9ADAC01415F1254c
Octal3312552540242517145114
Binary11011001101011011010110001010010101111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADAC; }

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

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

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

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

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

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

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

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