#D6B2AE

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

Shades of Oyster Pink #D6B2AE

Tints of Oyster Pink #D6B2AE

Color information

#D6B2AE (or 0xD6B2AE) is unknown color: approx Oyster Pink. HEX triplet: D6, B2 and AE. RGB value is (214,178,174). Sum of RGB (Red+Green+Blue) = 214+178+174=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B2AE is #294D51. Grayscale: #BCBCBC. Windows color (decimal): -2706770 or 11449046. OLE color: 11449046.

HSL color Cylindrical-coordinate representation of color #D6B2AE: hue angle of 6º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B2AE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214178174-
CMYK00.170.190.16
HSL32.79%76.08%-
HSV(B)18.69%83.92%-
XYZ51.2949.1946.84-
YUV188.31119.93146.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=37.81%
G=31.45%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417817400.170.190.16632.7976.08
HexD6B2AE01113106214c
Octal3262622560212320641114
Binary11010110101100101010111001000110011100001101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B2AE; }

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

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

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

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

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

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

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

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