#D7BBBA

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

Shades of Oyster Pink #D7BBBA

Tints of Oyster Pink #D7BBBA

Color information

#D7BBBA (or 0xD7BBBA) is unknown color: approx Oyster Pink. HEX triplet: D7, BB and BA. RGB value is (215,187,186). Sum of RGB (Red+Green+Blue) = 215+187+186=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBBA is #284445. Grayscale: #C3C3C3. Windows color (decimal): -2638918 or 12237783. OLE color: 12237783.

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

Color convert

RGB215187186-
CMYK00.130.130.16
HSL2.07º26.61%78.63%-
HSV(B)2.07º13.49%84.31%-
XYZ54.6653.5353.91-
YUV195.26122.78142.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=36.56%
G=31.80%
B=31.63%

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
Decimal21518718600.130.130.162.0726.6178.63
HexD7BBBA0DD1021b4f
Octal3272732720151520233117
Binary1101011110111011101110100110111011000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBBA; }

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

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

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

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

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

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

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

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