#D6B2AF

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

Shades of Oyster Pink #D6B2AF

Tints of Oyster Pink #D6B2AF

Color information

#D6B2AF (or 0xD6B2AF) is unknown color: approx Oyster Pink. HEX triplet: D6, B2 and AF. RGB value is (214,178,175). Sum of RGB (Red+Green+Blue) = 214+178+175=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B2AF is #294D50. Grayscale: #BCBCBC. Windows color (decimal): -2706769 or 11514582. OLE color: 11514582.

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

Color convert

RGB214178175-
CMYK00.170.180.16
HSL4.62º32.23%76.27%-
HSV(B)4.62º18.22%83.92%-
XYZ51.3949.2347.35-
YUV188.42120.43146.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 178 (69.92% from 255) = 31.39%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=37.74%
G=31.39%
B=30.86%

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
Decimal21417817500.170.180.164.6232.2376.27
HexD6B2AF01112105204c
Octal3262622570212220540114
Binary11010110101100101010111101000110010100001011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B2AF; }

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

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

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

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

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

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

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

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