#D8AEAB

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

Shades of Oyster Pink #D8AEAB

Tints of Oyster Pink #D8AEAB

Color information

#D8AEAB (or 0xD8AEAB) is unknown color: approx Oyster Pink. HEX triplet: D8, AE and AB. RGB value is (216,174,171). Sum of RGB (Red+Green+Blue) = 216+174+171=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEAB is #275154. Grayscale: #BABABA. Windows color (decimal): -2576725 or 11251416. OLE color: 11251416.

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

Color convert

RGB216174171-
CMYK00.190.210.15
HSL36.59%75.88%-
HSV(B)20.83%84.71%-
XYZ50.8147.8145.08-
YUV186.22119.41149.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=38.50%
G=31.02%
B=30.48%

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
Decimal21617417100.190.210.15436.5975.88
HexD8AEAB01315F4254c
Octal3302562530232517445114
Binary1101100010101110101010110100111010111111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEAB; }

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

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

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

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

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

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

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

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