#D5BBBB

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

Shades of Oyster Pink #D5BBBB

Tints of Oyster Pink #D5BBBB

Color information

#D5BBBB (or 0xD5BBBB) is unknown color: approx Oyster Pink. HEX triplet: D5, BB and BB. RGB value is (213,187,187). Sum of RGB (Red+Green+Blue) = 213+187+187=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBBB is #2A4444. Grayscale: #C2C2C2. Windows color (decimal): -2769989 or 12303317. OLE color: 12303317.

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

Color convert

RGB213187187-
CMYK00.120.120.16
HSL23.64%78.43%-
HSV(B)12.21%83.53%-
XYZ54.1853.2754.44-
YUV194.77123.61141-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=36.29%
G=31.86%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318718700.120.120.16023.6478.43
HexD5BBBB0CC100184e
Octal3252732730141420030116
Binary110101011011101110111011011001100100000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBBB; }

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

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

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

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

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

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

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

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