#D1AFAF

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

Shades of Oyster Pink #D1AFAF

Tints of Oyster Pink #D1AFAF

Color information

#D1AFAF (or 0xD1AFAF) is unknown color: approx Oyster Pink. HEX triplet: D1, AF and AF. RGB value is (209,175,175). Sum of RGB (Red+Green+Blue) = 209+175+175=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AFAF is #2E5050. Grayscale: #B9B9B9. Windows color (decimal): -3035217 or 11513809. OLE color: 11513809.

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

Color convert

RGB209175175-
CMYK00.160.160.18
HSL26.98%75.29%-
HSV(B)16.27%81.96%-
XYZ49.3647.3147.09-
YUV185.17122.26145-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=37.39%
G=31.31%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917517500.160.160.18026.9875.29
HexD1AFAF010101201b4b
Octal3212572570202022033113
Binary11010001101011111010111101000010000100100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFAF; }

 p { color: rgb(209,175,175); }

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

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

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

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

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

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

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