#D2BBB7

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

Shades of Oyster Pink #D2BBB7

Tints of Oyster Pink #D2BBB7

Color information

#D2BBB7 (or 0xD2BBB7) is unknown color: approx Oyster Pink. HEX triplet: D2, BB and B7. RGB value is (210,187,183). Sum of RGB (Red+Green+Blue) = 210+187+183=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBB7 is #2D4448. Grayscale: #C1C1C1. Windows color (decimal): -2966601 or 12041170. OLE color: 12041170.

HSL color Cylindrical-coordinate representation of color #D2BBB7: hue angle of 8.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2BBB7 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210187183-
CMYK00.110.130.18
HSL8.89º23.08%77.06%-
HSV(B)8.89º12.86%82.35%-
XYZ52.952.6652.18-
YUV193.42122.12139.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=36.21%
G=32.24%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018718300.110.130.188.8923.0877.06
HexD2BBB70BD129174d
Octal32227326701315221127115
Binary110100101011101110110111010111101100101001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBB7; }

 p { color: rgb(210,187,183); }

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

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

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

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

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

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

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