#D5ADA9

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

Shades of Oyster Pink #D5ADA9

Tints of Oyster Pink #D5ADA9

Color information

#D5ADA9 (or 0xD5ADA9) is unknown color: approx Oyster Pink. HEX triplet: D5, AD and A9. RGB value is (213,173,169). Sum of RGB (Red+Green+Blue) = 213+173+169=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADA9 is #2A5256. Grayscale: #B8B8B8. Windows color (decimal): -2773591 or 11120085. OLE color: 11120085.

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

Color convert

RGB213173169-
CMYK00.190.210.16
HSL5.45º34.38%74.9%-
HSV(B)5.45º20.66%83.53%-
XYZ49.5546.943.98-
YUV184.5119.25148.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=38.38%
G=31.17%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317316900.190.210.165.4534.3874.9
HexD5ADA901315105224b
Octal3252552510232520542113
Binary11010101101011011010100101001110101100001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADA9; }

 p { color: rgb(213,173,169); }

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

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

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

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

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

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

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