#D2AEAD

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

Shades of Oyster Pink #D2AEAD

Tints of Oyster Pink #D2AEAD

Color information

#D2AEAD (or 0xD2AEAD) is unknown color: approx Oyster Pink. HEX triplet: D2, AE and AD. RGB value is (210,174,173). Sum of RGB (Red+Green+Blue) = 210+174+173=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AEAD is #2D5152. Grayscale: #B8B8B8. Windows color (decimal): -2969939 or 11382482. OLE color: 11382482.

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

Color convert

RGB210174173-
CMYK00.170.180.18
HSL1.62º29.13%75.1%-
HSV(B)1.62º17.62%82.35%-
XYZ49.2646.9946.01-
YUV184.65121.43146.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=37.70%
G=31.24%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017417300.170.180.181.6229.1375.1
HexD2AEAD011121221d4b
Octal3222562550212222235113
Binary110100101010111010101101010001100101001010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEAD; }

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

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

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

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

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

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

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

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