#D6B9B4

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

Shades of Oyster Pink #D6B9B4

Tints of Oyster Pink #D6B9B4

Color information

#D6B9B4 (or 0xD6B9B4) is unknown color: approx Oyster Pink. HEX triplet: D6, B9 and B4. RGB value is (214,185,180). Sum of RGB (Red+Green+Blue) = 214+185+180=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9B4 is #29464B. Grayscale: #C1C1C1. Windows color (decimal): -2704972 or 11844054. OLE color: 11844054.

HSL color Cylindrical-coordinate representation of color #D6B9B4: hue angle of 8.82º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B9B4 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB214185180-
CMYK00.140.160.16
HSL8.82º29.31%77.25%-
HSV(B)8.82º15.89%83.92%-
XYZ53.3252.2950.46-
YUV193.1120.61142.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=36.96%
G=31.95%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418518000.140.160.168.8229.3177.25
HexD6B9B40E101091d4d
Octal32627126401620201135115
Binary1101011010111001101101000111010000100001001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9B4; }

 p { color: rgb(214,185,180); }

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

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

 a { background-color: rgb(214,185,180); }

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

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

 span { border-color: rgb(214,185,180); }

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