#D9AFAE

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

Shades of Oyster Pink #D9AFAE

Tints of Oyster Pink #D9AFAE

Color information

#D9AFAE (or 0xD9AFAE) is unknown color: approx Oyster Pink. HEX triplet: D9, AF and AE. RGB value is (217,175,174). Sum of RGB (Red+Green+Blue) = 217+175+174=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFAE is #265051. Grayscale: #BBBBBB. Windows color (decimal): -2510930 or 11448281. OLE color: 11448281.

HSL color Cylindrical-coordinate representation of color #D9AFAE: hue angle of 1.4º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AFAE is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217175174-
CMYK00.190.200.15
HSL1.4º36.13%76.67%-
HSV(B)1.4º19.82%85.1%-
XYZ51.5948.4746.68-
YUV187.44120.41149.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=38.34%
G=30.92%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717517400.190.200.151.436.1376.67
HexD9AFAE01314F1244d
Octal3312572560232417144115
Binary11011001101011111010111001001110100111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFAE; }

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

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

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

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

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

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

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

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