#D6BBBB

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

Shades of Oyster Pink #D6BBBB

Tints of Oyster Pink #D6BBBB

Color information

#D6BBBB (or 0xD6BBBB) is unknown color: approx Oyster Pink. HEX triplet: D6, BB and BB. RGB value is (214,187,187). Sum of RGB (Red+Green+Blue) = 214+187+187=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBBB is #294444. Grayscale: #C3C3C3. Windows color (decimal): -2704453 or 12303318. OLE color: 12303318.

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

Color convert

RGB214187187-
CMYK00.130.130.16
HSL24.77%78.63%-
HSV(B)12.62%83.92%-
XYZ54.4753.4254.45-
YUV195.07123.45141.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=36.39%
G=31.80%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418718700.130.130.16024.7778.63
HexD6BBBB0DD100194f
Octal3262732730151520031117
Binary110101101011101110111011011011101100000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBBB; }

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

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

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

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

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

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

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

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