#D6BBB6

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

Shades of Oyster Pink #D6BBB6

Tints of Oyster Pink #D6BBB6

Color information

#D6BBB6 (or 0xD6BBB6) is unknown color: approx Oyster Pink. HEX triplet: D6, BB and B6. RGB value is (214,187,182). Sum of RGB (Red+Green+Blue) = 214+187+182=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBB6 is #294449. Grayscale: #C2C2C2. Windows color (decimal): -2704458 or 11975638. OLE color: 11975638.

HSL color Cylindrical-coordinate representation of color #D6BBB6: hue angle of 9.38º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BBB6 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214187182-
CMYK00.130.150.16
HSL9.38º28.07%77.65%-
HSV(B)9.38º14.95%83.92%-
XYZ53.9553.2151.68-
YUV194.5120.95141.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=36.71%
G=32.08%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418718200.130.150.169.3828.0777.65
HexD6BBB60DF1091c4e
Octal32627326601517201134116
Binary110101101011101110110110011011111100001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBB6; }

 p { color: rgb(214,187,182); }

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

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

 a { background-color: rgb(214,187,182); }

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

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

 span { border-color: rgb(214,187,182); }

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