#D3BDB9

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

Shades of Oyster Pink #D3BDB9

Tints of Oyster Pink #D3BDB9

Color information

#D3BDB9 (or 0xD3BDB9) is unknown color: approx Oyster Pink. HEX triplet: D3, BD and B9. RGB value is (211,189,185). Sum of RGB (Red+Green+Blue) = 211+189+185=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDB9 is #2C4246. Grayscale: #C3C3C3. Windows color (decimal): -2900551 or 12172755. OLE color: 12172755.

HSL color Cylindrical-coordinate representation of color #D3BDB9: hue angle of 9.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BDB9 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211189185-
CMYK00.100.120.17
HSL9.23º22.81%77.65%-
HSV(B)9.23º12.32%82.75%-
XYZ53.8253.7553.44-
YUV195.12122.29139.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=36.07%
G=32.31%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118918500.100.120.179.2322.8177.65
HexD3BDB90AC119174e
Octal32327527101214211127116
Binary110100111011110110111001010101100100011001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BDB9; }

 p { color: rgb(211,189,185); }

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

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

 a { background-color: rgb(211,189,185); }

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

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

 span { border-color: rgb(211,189,185); }

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