#D8AAA5

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

Shades of Oyster Pink #D8AAA5

Tints of Oyster Pink #D8AAA5

Color information

#D8AAA5 (or 0xD8AAA5) is unknown color: approx Oyster Pink. HEX triplet: D8, AA and A5. RGB value is (216,170,165). Sum of RGB (Red+Green+Blue) = 216+170+165=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAA5 is #27555A. Grayscale: #B7B7B7. Windows color (decimal): -2577755 or 10857176. OLE color: 10857176.

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

Color convert

RGB216170165-
CMYK00.210.240.15
HSL5.88º39.53%74.71%-
HSV(B)5.88º23.61%84.71%-
XYZ49.4946.0641.88-
YUV183.18117.74151.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 165 (64.84% from 255) = 29.95%
R=39.20%
G=30.85%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617016500.210.240.155.8839.5374.71
HexD8AAA501518F6284b
Octal3302522450253017650113
Binary1101100010101010101001010101011100011111101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAA5; }

 p { color: rgb(216,170,165); }

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

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

 a { background-color: rgb(216,170,165); }

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

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

 span { border-color: rgb(216,170,165); }

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