#D6B5AF

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

Shades of Oyster Pink #D6B5AF

Tints of Oyster Pink #D6B5AF

Color information

#D6B5AF (or 0xD6B5AF) is unknown color: approx Oyster Pink. HEX triplet: D6, B5 and AF. RGB value is (214,181,175). Sum of RGB (Red+Green+Blue) = 214+181+175=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B5AF is #294A50. Grayscale: #BEBEBE. Windows color (decimal): -2706001 or 11515350. OLE color: 11515350.

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

Color convert

RGB214181175-
CMYK00.150.180.16
HSL9.23º32.23%76.27%-
HSV(B)9.23º18.22%83.92%-
XYZ51.9950.4447.55-
YUV190.18119.43144.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=37.54%
G=31.75%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418117500.150.180.169.2332.2376.27
HexD6B5AF0F12109204c
Octal32626525701722201140114
Binary11010110101101011010111101111100101000010011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B5AF; }

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

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

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

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

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

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

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

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