#D2B9B6

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

Shades of Oyster Pink #D2B9B6

Tints of Oyster Pink #D2B9B6

Color information

#D2B9B6 (or 0xD2B9B6) is unknown color: approx Oyster Pink. HEX triplet: D2, B9 and B6. RGB value is (210,185,182). Sum of RGB (Red+Green+Blue) = 210+185+182=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9B6 is #2D4649. Grayscale: #C0C0C0. Windows color (decimal): -2967114 or 11975122. OLE color: 11975122.

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

Color convert

RGB210185182-
CMYK00.120.130.18
HSL6.43º23.73%76.86%-
HSV(B)6.43º13.33%82.35%-
XYZ52.3751.7851.49-
YUV192.13122.28140.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=36.40%
G=32.06%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018518200.120.130.186.4323.7376.86
HexD2B9B60CD126184d
Octal3222712660141522630115
Binary11010010101110011011011001100110110010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B9B6; }

 p { color: rgb(210,185,182); }

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

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

 a { background-color: rgb(210,185,182); }

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

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

 span { border-color: rgb(210,185,182); }

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