#D5BBBA

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

Shades of Oyster Pink #D5BBBA

Tints of Oyster Pink #D5BBBA

Color information

#D5BBBA (or 0xD5BBBA) is unknown color: approx Oyster Pink. HEX triplet: D5, BB and BA. RGB value is (213,187,186). Sum of RGB (Red+Green+Blue) = 213+187+186=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBBA is #2A4445. Grayscale: #C2C2C2. Windows color (decimal): -2769990 or 12237781. OLE color: 12237781.

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

Color convert

RGB213187186-
CMYK00.120.130.16
HSL2.22º24.32%78.24%-
HSV(B)2.22º12.68%83.53%-
XYZ54.0753.2353.88-
YUV194.66123.11141.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=36.35%
G=31.91%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318718600.120.130.162.2224.3278.24
HexD5BBBA0CD102184e
Octal3252732720141520230116
Binary1101010110111011101110100110011011000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBBA; }

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

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

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

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

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

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

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

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