#D4AFAA

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

Shades of Oyster Pink #D4AFAA

Tints of Oyster Pink #D4AFAA

Color information

#D4AFAA (or 0xD4AFAA) is unknown color: approx Oyster Pink. HEX triplet: D4, AF and AA. RGB value is (212,175,170). Sum of RGB (Red+Green+Blue) = 212+175+170=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFAA is #2B5055. Grayscale: #B9B9B9. Windows color (decimal): -2838614 or 11186132. OLE color: 11186132.

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

Color convert

RGB212175170-
CMYK00.170.200.17
HSL7.14º32.81%74.9%-
HSV(B)7.14º19.81%83.14%-
XYZ49.7447.5644.59-
YUV185.49119.26146.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=38.06%
G=31.42%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217517000.170.200.177.1432.8174.9
HexD4AFAA01114117214b
Octal3242572520212421741113
Binary11010100101011111010101001000110100100011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFAA; }

 p { color: rgb(212,175,170); }

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

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

 a { background-color: rgb(212,175,170); }

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

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

 span { border-color: rgb(212,175,170); }

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