#D3AFAD

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

Shades of Oyster Pink #D3AFAD

Tints of Oyster Pink #D3AFAD

Color information

#D3AFAD (or 0xD3AFAD) is unknown color: approx Oyster Pink. HEX triplet: D3, AF and AD. RGB value is (211,175,173). Sum of RGB (Red+Green+Blue) = 211+175+173=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AFAD is #2C5052. Grayscale: #B9B9B9. Windows color (decimal): -2904147 or 11382739. OLE color: 11382739.

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

Color convert

RGB211175173-
CMYK00.170.180.17
HSL3.16º30.16%75.29%-
HSV(B)3.16º18.01%82.75%-
XYZ49.7447.5346.09-
YUV185.54120.93146.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=37.75%
G=31.31%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117517300.170.180.173.1630.1675.29
HexD3AFAD011121131e4b
Octal3232572550212221336113
Binary110100111010111110101101010001100101000111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFAD; }

 p { color: rgb(211,175,173); }

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

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

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

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

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

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

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