#D8ACAB

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

Shades of Oyster Pink #D8ACAB

Tints of Oyster Pink #D8ACAB

Color information

#D8ACAB (or 0xD8ACAB) is unknown color: approx Oyster Pink. HEX triplet: D8, AC and AB. RGB value is (216,172,171). Sum of RGB (Red+Green+Blue) = 216+172+171=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ACAB is #275354. Grayscale: #B9B9B9. Windows color (decimal): -2577237 or 11250904. OLE color: 11250904.

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

Color convert

RGB216172171-
CMYK00.200.210.15
HSL1.33º36.59%75.88%-
HSV(B)1.33º20.83%84.71%-
XYZ50.4247.0444.95-
YUV185.04120.08150.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=38.64%
G=30.77%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617217100.200.210.151.3336.5975.88
HexD8ACAB01415F1254c
Octal3302542530242517145114
Binary11011000101011001010101101010010101111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACAB; }

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

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

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

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

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

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

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

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