#D2AFAE

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

Shades of Oyster Pink #D2AFAE

Tints of Oyster Pink #D2AFAE

Color information

#D2AFAE (or 0xD2AFAE) is unknown color: approx Oyster Pink. HEX triplet: D2, AF and AE. RGB value is (210,175,174). Sum of RGB (Red+Green+Blue) = 210+175+174=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFAE is #2D5051. Grayscale: #B9B9B9. Windows color (decimal): -2969682 or 11448274. OLE color: 11448274.

HSL color Cylindrical-coordinate representation of color #D2AFAE: hue angle of 1.67º degrees, saturation: 0.29, 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 #D2AFAE is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210175174-
CMYK00.170.170.18
HSL1.67º28.57%75.29%-
HSV(B)1.67º17.14%82.35%-
XYZ49.5547.4246.59-
YUV185.35121.6145.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=37.57%
G=31.31%
B=31.13%

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
Decimal21017517400.170.170.181.6728.5775.29
HexD2AFAE011111221d4b
Octal3222572560212122235113
Binary110100101010111110101110010001100011001010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFAE; }

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

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

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

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

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

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

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

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