#D6ACAA

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

Shades of Oyster Pink #D6ACAA

Tints of Oyster Pink #D6ACAA

Color information

#D6ACAA (or 0xD6ACAA) is unknown color: approx Oyster Pink. HEX triplet: D6, AC and AA. RGB value is (214,172,170). Sum of RGB (Red+Green+Blue) = 214+172+170=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACAA is #295355. Grayscale: #B8B8B8. Windows color (decimal): -2708310 or 11185366. OLE color: 11185366.

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

Color convert

RGB214172170-
CMYK00.200.210.16
HSL2.73º34.92%75.29%-
HSV(B)2.73º20.56%83.92%-
XYZ49.7446.744.42-
YUV184.33119.91149.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=38.49%
G=30.94%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417217000.200.210.162.7334.9275.29
HexD6ACAA01415103234b
Octal3262542520242520343113
Binary1101011010101100101010100101001010110000111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACAA; }

 p { color: rgb(214,172,170); }

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

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

 a { background-color: rgb(214,172,170); }

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

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

 span { border-color: rgb(214,172,170); }

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