#D2AFAC

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

Shades of Oyster Pink #D2AFAC

Tints of Oyster Pink #D2AFAC

Color information

#D2AFAC (or 0xD2AFAC) is unknown color: approx Oyster Pink. HEX triplet: D2, AF and AC. RGB value is (210,175,172). Sum of RGB (Red+Green+Blue) = 210+175+172=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFAC is #2D5053. Grayscale: #B9B9B9. Windows color (decimal): -2969684 or 11317202. OLE color: 11317202.

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

Color convert

RGB210175172-
CMYK00.170.180.18
HSL4.74º29.69%74.9%-
HSV(B)4.74º18.1%82.35%-
XYZ49.3547.3445.57-
YUV185.12120.6145.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=37.70%
G=31.42%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017517200.170.180.184.7429.6974.9
HexD2AFAC011121251e4b
Octal3222572540212222536113
Binary1101001010101111101011000100011001010010101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFAC; }

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

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

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

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

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

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

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

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