#D2BDBB

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

Shades of Oyster Pink #D2BDBB

Tints of Oyster Pink #D2BDBB

Color information

#D2BDBB (or 0xD2BDBB) is unknown color: approx Oyster Pink. HEX triplet: D2, BD and BB. RGB value is (210,189,187). Sum of RGB (Red+Green+Blue) = 210+189+187=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDBB is #2D4244. Grayscale: #C3C3C3. Windows color (decimal): -2966085 or 12303826. OLE color: 12303826.

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

Color convert

RGB210189187-
CMYK00.100.110.18
HSL5.22º20.35%77.84%-
HSV(B)5.22º10.95%82.35%-
XYZ53.7553.6854.54-
YUV195.05123.46138.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=35.84%
G=32.25%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018918700.100.110.185.2220.3577.84
HexD2BDBB0AB125144e
Octal3222752730121322524116
Binary11010010101111011011101101010101110010101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDBB; }

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

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

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

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

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

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

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

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