#D8BBB8

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

Shades of Oyster Pink #D8BBB8

Tints of Oyster Pink #D8BBB8

Color information

#D8BBB8 (or 0xD8BBB8) is unknown color: approx Oyster Pink. HEX triplet: D8, BB and B8. RGB value is (216,187,184). Sum of RGB (Red+Green+Blue) = 216+187+184=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBB8 is #274447. Grayscale: #C3C3C3. Windows color (decimal): -2573384 or 12106712. OLE color: 12106712.

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

Color convert

RGB216187184-
CMYK00.130.150.15
HSL5.63º29.09%78.43%-
HSV(B)5.63º14.81%84.71%-
XYZ54.7453.652.81-
YUV195.33121.61142.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 184 (72.27% from 255) = 31.35%
R=36.80%
G=31.86%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618718400.130.150.155.6329.0978.43
HexD8BBB80DFF61d4e
Octal3302732700151717635116
Binary1101100010111011101110000110111111111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBB8; }

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

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

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

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

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

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

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

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