#D6ABAA

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

Shades of Oyster Pink #D6ABAA

Tints of Oyster Pink #D6ABAA

Color information

#D6ABAA (or 0xD6ABAA) is unknown color: approx Oyster Pink. HEX triplet: D6, AB and AA. RGB value is (214,171,170). Sum of RGB (Red+Green+Blue) = 214+171+170=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABAA is #295455. Grayscale: #B7B7B7. Windows color (decimal): -2708566 or 11185110. OLE color: 11185110.

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

Color convert

RGB214171170-
CMYK00.200.210.16
HSL1.36º34.92%75.29%-
HSV(B)1.36º20.56%83.92%-
XYZ49.5546.3244.36-
YUV183.74120.25149.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=38.56%
G=30.81%
B=30.63%

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
Decimal21417117000.200.210.161.3634.9275.29
HexD6ABAA01415101234b
Octal3262532520242520143113
Binary110101101010101110101010010100101011000011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABAA; }

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

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

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

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

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

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

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

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