#D3AEAB

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

Shades of Oyster Pink #D3AEAB

Tints of Oyster Pink #D3AEAB

Color information

#D3AEAB (or 0xD3AEAB) is unknown color: approx Oyster Pink. HEX triplet: D3, AE and AB. RGB value is (211,174,171). Sum of RGB (Red+Green+Blue) = 211+174+171=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AEAB is #2C5154. Grayscale: #B8B8B8. Windows color (decimal): -2904405 or 11251411. OLE color: 11251411.

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

Color convert

RGB211174171-
CMYK00.180.190.17
HSL4.5º31.25%74.9%-
HSV(B)4.5º18.96%82.75%-
XYZ49.3547.0645.01-
YUV184.72120.26146.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.95%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=37.95%
G=31.29%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117417100.180.190.174.531.2574.9
HexD3AEAB012131151f4b
Octal3232562530222321537113
Binary1101001110101110101010110100101001110001101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEAB; }

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

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

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

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

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

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

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

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