#D6AAA6

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

Shades of Oyster Pink #D6AAA6

Tints of Oyster Pink #D6AAA6

Color information

#D6AAA6 (or 0xD6AAA6) is unknown color: approx Oyster Pink. HEX triplet: D6, AA and A6. RGB value is (214,170,166). Sum of RGB (Red+Green+Blue) = 214+170+166=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AAA6 is #295559. Grayscale: #B6B6B6. Windows color (decimal): -2708826 or 10922710. OLE color: 10922710.

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

Color convert

RGB214170166-
CMYK00.210.220.16
HSL36.92%74.51%-
HSV(B)22.43%83.92%-
XYZ48.9945.842.33-
YUV182.7118.58150.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 166 (65.23% from 255) = 30.18%
R=38.91%
G=30.91%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417016600.210.220.16536.9274.51
HexD6AAA601516105254b
Octal3262522460252620545113
Binary11010110101010101010011001010110110100001011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAA6; }

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

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

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

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

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

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

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

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