#D3AFAB

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

Shades of Oyster Pink #D3AFAB

Tints of Oyster Pink #D3AFAB

Color information

#D3AFAB (or 0xD3AFAB) is unknown color: approx Oyster Pink. HEX triplet: D3, AF and AB. RGB value is (211,175,171). Sum of RGB (Red+Green+Blue) = 211+175+171=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AFAB is #2C5054. Grayscale: #B9B9B9. Windows color (decimal): -2904149 or 11251667. OLE color: 11251667.

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

Color convert

RGB211175171-
CMYK00.170.190.17
HSL31.25%74.9%-
HSV(B)18.96%82.75%-
XYZ49.5447.4545.08-
YUV185.31119.93146.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.88%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=37.88%
G=31.42%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117517100.170.190.17631.2574.9
HexD3AFAB011131161f4b
Octal3232572530212321637113
Binary1101001110101111101010110100011001110001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFAB; }

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

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

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

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

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

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

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

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