#D9AEAD

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

Shades of Oyster Pink #D9AEAD

Tints of Oyster Pink #D9AEAD

Color information

#D9AEAD (or 0xD9AEAD) is unknown color: approx Oyster Pink. HEX triplet: D9, AE and AD. RGB value is (217,174,173). Sum of RGB (Red+Green+Blue) = 217+174+173=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEAD is #265152. Grayscale: #BABABA. Windows color (decimal): -2511187 or 11382489. OLE color: 11382489.

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

Color convert

RGB217174173-
CMYK00.200.200.15
HSL1.36º36.67%76.47%-
HSV(B)1.36º20.28%85.1%-
XYZ51.2948.0446.1-
YUV186.74120.25149.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=38.48%
G=30.85%
B=30.67%

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
Decimal21717417300.200.200.151.3636.6776.47
HexD9AEAD01414F1254c
Octal3312562550242417145114
Binary11011001101011101010110101010010100111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEAD; }

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

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

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

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

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

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

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

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