#D4AEAD

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

Shades of Oyster Pink #D4AEAD

Tints of Oyster Pink #D4AEAD

Color information

#D4AEAD (or 0xD4AEAD) is unknown color: approx Oyster Pink. HEX triplet: D4, AE and AD. RGB value is (212,174,173). Sum of RGB (Red+Green+Blue) = 212+174+173=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AEAD is #2B5152. Grayscale: #B9B9B9. Windows color (decimal): -2838867 or 11382484. OLE color: 11382484.

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

Color convert

RGB212174173-
CMYK00.180.180.17
HSL1.54º31.2%75.49%-
HSV(B)1.54º18.4%83.14%-
XYZ49.8347.2946.04-
YUV185.25121.09147.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=37.92%
G=31.13%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217417300.180.180.171.5431.275.49
HexD4AEAD012121121f4b
Octal3242562550222221237113
Binary110101001010111010101101010010100101000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEAD; }

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

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

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

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

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

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

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

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