#D6BBB5

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

Shades of Oyster Pink #D6BBB5

Tints of Oyster Pink #D6BBB5

Color information

#D6BBB5 (or 0xD6BBB5) is unknown color: approx Oyster Pink. HEX triplet: D6, BB and B5. RGB value is (214,187,181). Sum of RGB (Red+Green+Blue) = 214+187+181=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBB5 is #29444A. Grayscale: #C2C2C2. Windows color (decimal): -2704459 or 11910102. OLE color: 11910102.

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

Color convert

RGB214187181-
CMYK00.130.150.16
HSL10.91º28.7%77.45%-
HSV(B)10.91º15.42%83.92%-
XYZ53.8453.1751.14-
YUV194.39120.45141.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 181 (71.09% from 255) = 31.10%
R=36.77%
G=32.13%
B=31.10%

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
Decimal21418718100.130.150.1610.9128.777.45
HexD6BBB50DF10b1d4d
Octal32627326501517201335115
Binary110101101011101110110101011011111100001011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBB5; }

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

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

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

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

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

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

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

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