#D7BBBB

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

Shades of Oyster Pink #D7BBBB

Tints of Oyster Pink #D7BBBB

Color information

#D7BBBB (or 0xD7BBBB) is unknown color: approx Oyster Pink. HEX triplet: D7, BB and BB. RGB value is (215,187,187). Sum of RGB (Red+Green+Blue) = 215+187+187=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBBB is #284444. Grayscale: #C3C3C3. Windows color (decimal): -2638917 or 12303319. OLE color: 12303319.

HSL color Cylindrical-coordinate representation of color #D7BBBB: hue angle of 0º degrees, saturation: 0.26, 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 #D7BBBB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215187187-
CMYK00.130.130.16
HSL25.93%78.82%-
HSV(B)13.02%84.31%-
XYZ54.7653.5854.47-
YUV195.37123.28142-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=36.50%
G=31.75%
B=31.75%

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
Decimal21518718700.130.130.16025.9378.82
HexD7BBBB0DD1001a4f
Octal3272732730151520032117
Binary110101111011101110111011011011101100000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBBB; }

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

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

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

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

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

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

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

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