#D1AEAD

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

Shades of Oyster Pink #D1AEAD

Tints of Oyster Pink #D1AEAD

Color information

#D1AEAD (or 0xD1AEAD) is unknown color: approx Oyster Pink. HEX triplet: D1, AE and AD. RGB value is (209,174,173). Sum of RGB (Red+Green+Blue) = 209+174+173=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEAD is #2E5152. Grayscale: #B8B8B8. Windows color (decimal): -3035475 or 11382481. OLE color: 11382481.

HSL color Cylindrical-coordinate representation of color #D1AEAD: hue angle of 1.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1AEAD is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209174173-
CMYK00.170.170.18
HSL1.67º28.13%74.9%-
HSV(B)1.67º17.22%81.96%-
XYZ48.9746.8446-
YUV184.35121.6145.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=37.59%
G=31.29%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917417300.170.170.181.6728.1374.9
HexD1AEAD011111221c4b
Octal3212562550212122234113
Binary110100011010111010101101010001100011001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEAD; }

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

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

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

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

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

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

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

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