#D5BDBB

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

Shades of Oyster Pink #D5BDBB

Tints of Oyster Pink #D5BDBB

Color information

#D5BDBB (or 0xD5BDBB) is unknown color: approx Oyster Pink. HEX triplet: D5, BD and BB. RGB value is (213,189,187). Sum of RGB (Red+Green+Blue) = 213+189+187=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDBB is #2A4244. Grayscale: #C3C3C3. Windows color (decimal): -2769477 or 12303829. OLE color: 12303829.

HSL color Cylindrical-coordinate representation of color #D5BDBB: hue angle of 4.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BDBB is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213189187-
CMYK00.110.120.16
HSL4.62º23.64%78.43%-
HSV(B)4.62º12.21%83.53%-
XYZ54.6154.1354.58-
YUV195.95122.95140.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=36.16%
G=32.09%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318918700.110.120.164.6223.6478.43
HexD5BDBB0BC105184e
Octal3252752730131420530116
Binary11010101101111011011101101011110010000101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDBB; }

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

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

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

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

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

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

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

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