#D6AEAA

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

Shades of Oyster Pink #D6AEAA

Tints of Oyster Pink #D6AEAA

Color information

#D6AEAA (or 0xD6AEAA) is unknown color: approx Oyster Pink. HEX triplet: D6, AE and AA. RGB value is (214,174,170). Sum of RGB (Red+Green+Blue) = 214+174+170=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEAA is #295155. Grayscale: #B9B9B9. Windows color (decimal): -2707798 or 11185878. OLE color: 11185878.

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

Color convert

RGB214174170-
CMYK00.190.210.16
HSL5.45º34.92%75.29%-
HSV(B)5.45º20.56%83.92%-
XYZ50.1247.4744.55-
YUV185.5119.25148.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=38.35%
G=31.18%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417417000.190.210.165.4534.9275.29
HexD6AEAA01315105234b
Octal3262562520232520543113
Binary11010110101011101010101001001110101100001011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEAA; }

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

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

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

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

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

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

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

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