#D6BBB8

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

Shades of Oyster Pink #D6BBB8

Tints of Oyster Pink #D6BBB8

Color information

#D6BBB8 (or 0xD6BBB8) is unknown color: approx Oyster Pink. HEX triplet: D6, BB and B8. RGB value is (214,187,184). Sum of RGB (Red+Green+Blue) = 214+187+184=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBB8 is #294447. Grayscale: #C2C2C2. Windows color (decimal): -2704456 or 12106710. OLE color: 12106710.

HSL color Cylindrical-coordinate representation of color #D6BBB8: hue angle of 6º degrees, saturation: 0.27, 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 #D6BBB8 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214187184-
CMYK00.130.140.16
HSL26.79%78.04%-
HSV(B)14.02%83.92%-
XYZ54.1553.352.78-
YUV194.73121.95141.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 184 (72.27% from 255) = 31.45%
R=36.58%
G=31.97%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418718400.130.140.16626.7978.04
HexD6BBB80DE1061b4e
Octal3262732700151620633116
Binary11010110101110111011100001101111010000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBB8; }

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

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

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

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

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

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

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

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