#D5BBB8

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

Shades of Oyster Pink #D5BBB8

Tints of Oyster Pink #D5BBB8

Color information

#D5BBB8 (or 0xD5BBB8) is unknown color: approx Oyster Pink. HEX triplet: D5, BB and B8. RGB value is (213,187,184). Sum of RGB (Red+Green+Blue) = 213+187+184=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBB8 is #2A4447. Grayscale: #C2C2C2. Windows color (decimal): -2769992 or 12106709. OLE color: 12106709.

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

Color convert

RGB213187184-
CMYK00.120.140.16
HSL6.21º25.66%77.84%-
HSV(B)6.21º13.62%83.53%-
XYZ53.8653.1552.77-
YUV194.43122.11141.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 184 (72.27% from 255) = 31.51%
R=36.47%
G=32.02%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318718400.120.140.166.2125.6677.84
HexD5BBB80CE1061a4e
Octal3252732700141620632116
Binary11010101101110111011100001100111010000110110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBB8; }

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

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

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

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

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

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

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

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