#D6AEAB

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

Shades of Oyster Pink #D6AEAB

Tints of Oyster Pink #D6AEAB

Color information

#D6AEAB (or 0xD6AEAB) is unknown color: approx Oyster Pink. HEX triplet: D6, AE and AB. RGB value is (214,174,171). Sum of RGB (Red+Green+Blue) = 214+174+171=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEAB is #295154. Grayscale: #B9B9B9. Windows color (decimal): -2707797 or 11251414. OLE color: 11251414.

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

Color convert

RGB214174171-
CMYK00.190.200.16
HSL4.19º34.4%75.49%-
HSV(B)4.19º20.09%83.92%-
XYZ50.2247.5145.05-
YUV185.62119.75148.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=38.28%
G=31.13%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417417100.190.200.164.1934.475.49
HexD6AEAB01314104224b
Octal3262562530232420442113
Binary11010110101011101010101101001110100100001001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEAB; }

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

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

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

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

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

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

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

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