#D8BBBA

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

Shades of Oyster Pink #D8BBBA

Tints of Oyster Pink #D8BBBA

Color information

#D8BBBA (or 0xD8BBBA) is unknown color: approx Oyster Pink. HEX triplet: D8, BB and BA. RGB value is (216,187,186). Sum of RGB (Red+Green+Blue) = 216+187+186=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBBA is #274445. Grayscale: #C3C3C3. Windows color (decimal): -2573382 or 12237784. OLE color: 12237784.

HSL color Cylindrical-coordinate representation of color #D8BBBA: hue angle of 2º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BBBA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216187186-
CMYK00.130.140.15
HSL27.78%78.82%-
HSV(B)13.89%84.71%-
XYZ54.9553.6853.92-
YUV195.56122.61142.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=36.67%
G=31.75%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618718600.130.140.15227.7878.82
HexD8BBBA0DEF21c4f
Octal3302732720151617234117
Binary110110001011101110111010011011110111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBBA; }

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

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

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

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

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

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

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

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