#D9AEAC

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

Shades of Oyster Pink #D9AEAC

Tints of Oyster Pink #D9AEAC

Color information

#D9AEAC (or 0xD9AEAC) is unknown color: approx Oyster Pink. HEX triplet: D9, AE and AC. RGB value is (217,174,172). Sum of RGB (Red+Green+Blue) = 217+174+172=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEAC is #265153. Grayscale: #BABABA. Windows color (decimal): -2511188 or 11316953. OLE color: 11316953.

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

Color convert

RGB217174172-
CMYK00.200.210.15
HSL2.67º37.19%76.27%-
HSV(B)2.67º20.74%85.1%-
XYZ51.24845.6-
YUV186.63119.75149.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=38.54%
G=30.91%
B=30.55%

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
Decimal21717417200.200.210.152.6737.1976.27
HexD9AEAC01415F3254c
Octal3312562540242517345114
Binary110110011010111010101100010100101011111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEAC; }

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

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

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

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

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

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

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

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