#D6B1AF

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

Shades of Oyster Pink #D6B1AF

Tints of Oyster Pink #D6B1AF

Color information

#D6B1AF (or 0xD6B1AF) is unknown color: approx Oyster Pink. HEX triplet: D6, B1 and AF. RGB value is (214,177,175). Sum of RGB (Red+Green+Blue) = 214+177+175=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B1AF is #294E50. Grayscale: #BBBBBB. Windows color (decimal): -2707025 or 11514326. OLE color: 11514326.

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

Color convert

RGB214177175-
CMYK00.170.180.16
HSL3.08º32.23%76.27%-
HSV(B)3.08º18.22%83.92%-
XYZ51.1948.8447.29-
YUV187.83120.76146.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=37.81%
G=31.27%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417717500.170.180.163.0832.2376.27
HexD6B1AF01112103204c
Octal3262612570212220340114
Binary1101011010110001101011110100011001010000111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B1AF; }

 p { color: rgb(214,177,175); }

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

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

 a { background-color: rgb(214,177,175); }

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

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

 span { border-color: rgb(214,177,175); }

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