#D5BEBB

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

Shades of Oyster Pink #D5BEBB

Tints of Oyster Pink #D5BEBB

Color information

#D5BEBB (or 0xD5BEBB) is unknown color: approx Oyster Pink. HEX triplet: D5, BE and BB. RGB value is (213,190,187). Sum of RGB (Red+Green+Blue) = 213+190+187=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEBB is #2A4144. Grayscale: #C4C4C4. Windows color (decimal): -2769221 or 12304085. OLE color: 12304085.

HSL color Cylindrical-coordinate representation of color #D5BEBB: hue angle of 6.92º 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 #D5BEBB is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213190187-
CMYK00.110.120.16
HSL6.92º23.64%78.43%-
HSV(B)6.92º12.21%83.53%-
XYZ54.8254.5654.66-
YUV196.54122.62139.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=36.10%
G=32.20%
B=31.69%

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
Decimal21319018700.110.120.166.9223.6478.43
HexD5BEBB0BC107184e
Octal3252762730131420730116
Binary11010101101111101011101101011110010000111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEBB; }

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

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

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

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

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

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

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

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