#D3ABAA

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

Shades of Oyster Pink #D3ABAA

Tints of Oyster Pink #D3ABAA

Color information

#D3ABAA (or 0xD3ABAA) is unknown color: approx Oyster Pink. HEX triplet: D3, AB and AA. RGB value is (211,171,170). Sum of RGB (Red+Green+Blue) = 211+171+170=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ABAA is #2C5455. Grayscale: #B6B6B6. Windows color (decimal): -2905174 or 11185107. OLE color: 11185107.

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

Color convert

RGB211171170-
CMYK00.190.190.17
HSL1.46º31.78%74.71%-
HSV(B)1.46º19.43%82.75%-
XYZ48.6845.8844.32-
YUV182.85120.75148.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=38.22%
G=30.98%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117117000.190.190.171.4631.7874.71
HexD3ABAA01313111204b
Octal3232532520232321140113
Binary110100111010101110101010010011100111000111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ABAA; }

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

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

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

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

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

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

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

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