#D9ADAD

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

Shades of Oyster Pink #D9ADAD

Tints of Oyster Pink #D9ADAD

Color information

#D9ADAD (or 0xD9ADAD) is unknown color: approx Oyster Pink. HEX triplet: D9, AD and AD. RGB value is (217,173,173). Sum of RGB (Red+Green+Blue) = 217+173+173=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAD is #265252. Grayscale: #BABABA. Windows color (decimal): -2511443 or 11382233. OLE color: 11382233.

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

Color convert

RGB217173173-
CMYK00.200.200.15
HSL36.67%76.47%-
HSV(B)20.28%85.1%-
XYZ51.147.6646.04-
YUV186.16120.58150-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=38.54%
G=30.73%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717317300.200.200.15036.6776.47
HexD9ADAD01414F0254c
Octal3312552550242417045114
Binary11011001101011011010110101010010100111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADAD; }

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

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

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

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

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

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

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

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