#D1AEAE

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

Shades of Oyster Pink #D1AEAE

Tints of Oyster Pink #D1AEAE

Color information

#D1AEAE (or 0xD1AEAE) is unknown color: approx Oyster Pink. HEX triplet: D1, AE and AE. RGB value is (209,174,174). Sum of RGB (Red+Green+Blue) = 209+174+174=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEAE is #2E5151. Grayscale: #B8B8B8. Windows color (decimal): -3035474 or 11448017. OLE color: 11448017.

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

Color convert

RGB209174174-
CMYK00.170.170.18
HSL27.56%75.1%-
HSV(B)16.75%81.96%-
XYZ49.0746.8846.51-
YUV184.46122.1145.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=37.52%
G=31.24%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917417400.170.170.18027.5675.1
HexD1AEAE011111201c4b
Octal3212562560212122034113
Binary11010001101011101010111001000110001100100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEAE; }

 p { color: rgb(209,174,174); }

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

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

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

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

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

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

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