#D8AEAA

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

Shades of Oyster Pink #D8AEAA

Tints of Oyster Pink #D8AEAA

Color information

#D8AEAA (or 0xD8AEAA) is unknown color: approx Oyster Pink. HEX triplet: D8, AE and AA. RGB value is (216,174,170). Sum of RGB (Red+Green+Blue) = 216+174+170=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEAA is #275155. Grayscale: #BABABA. Windows color (decimal): -2576726 or 11185880. OLE color: 11185880.

HSL color Cylindrical-coordinate representation of color #D8AEAA: hue angle of 5.22º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AEAA is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216174170-
CMYK00.190.210.15
HSL5.22º37.1%75.69%-
HSV(B)5.22º21.3%84.71%-
XYZ50.7147.7744.58-
YUV186.1118.91149.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=38.57%
G=31.07%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617417000.190.210.155.2237.175.69
HexD8AEAA01315F5254c
Octal3302562520232517545114
Binary1101100010101110101010100100111010111111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEAA; }

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

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

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

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

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

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

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

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