#d6aba7

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

Shades of Oyster Pink #D6ABA7

Tints of Oyster Pink #D6ABA7

Color information

#D6ABA7 (or 0xD6ABA7) is unknown color: approx Oyster Pink. HEX triplet: D6, AB and A7. RGB value is (214,171,167). Sum of RGB (Red+Green+Blue) = 214+171+167=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABA7 is #295458. Grayscale: #B7B7B7. Windows color (decimal): -2708569 or 10988502. OLE color: 10988502.

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

Color convert

RGB214171167-
CMYK00.200.220.16
HSL5.11º36.43%74.71%-
HSV(B)5.11º21.96%83.92%-
XYZ49.2746.2142.88-
YUV183.4118.75149.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 167 (65.62% from 255) = 30.25%
R=38.77%
G=30.98%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417116700.200.220.165.1136.4374.71
HexD6ABA701416105244b
Octal3262532470242620544113
Binary11010110101010111010011101010010110100001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6aba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6aba7; }

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

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

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

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

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

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

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

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