#D0AFAC

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

Shades of Oyster Pink #D0AFAC

Tints of Oyster Pink #D0AFAC

Color information

#D0AFAC (or 0xD0AFAC) is unknown color: approx Oyster Pink. HEX triplet: D0, AF and AC. RGB value is (208,175,172). Sum of RGB (Red+Green+Blue) = 208+175+172=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AFAC is #2F5053. Grayscale: #B8B8B8. Windows color (decimal): -3100756 or 11317200. OLE color: 11317200.

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

Color convert

RGB208175172-
CMYK00.160.170.18
HSL27.69%74.51%-
HSV(B)17.31%81.57%-
XYZ48.7947.0545.54-
YUV184.52120.93144.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=37.48%
G=31.53%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817517200.160.170.18527.6974.51
HexD0AFAC010111251c4b
Octal3202572540202122534113
Binary1101000010101111101011000100001000110010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFAC; }

 p { color: rgb(208,175,172); }

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

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

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

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

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

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

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