#D5AEAA

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

Shades of Oyster Pink #D5AEAA

Tints of Oyster Pink #D5AEAA

Color information

#D5AEAA (or 0xD5AEAA) is unknown color: approx Oyster Pink. HEX triplet: D5, AE and AA. RGB value is (213,174,170). Sum of RGB (Red+Green+Blue) = 213+174+170=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AEAA is #2A5155. Grayscale: #B9B9B9. Windows color (decimal): -2773334 or 11185877. OLE color: 11185877.

HSL color Cylindrical-coordinate representation of color #D5AEAA: hue angle of 5.58º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AEAA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213174170-
CMYK00.180.200.16
HSL5.58º33.86%75.1%-
HSV(B)5.58º20.19%83.53%-
XYZ49.8347.3244.54-
YUV185.2119.42147.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=38.24%
G=31.24%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317417000.180.200.165.5833.8675.1
HexD5AEAA01214106224b
Octal3252562520222420642113
Binary11010101101011101010101001001010100100001101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEAA; }

 p { color: rgb(213,174,170); }

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

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

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

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

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

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

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