#D6BBBA

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

Shades of Oyster Pink #D6BBBA

Tints of Oyster Pink #D6BBBA

Color information

#D6BBBA (or 0xD6BBBA) is unknown color: approx Oyster Pink. HEX triplet: D6, BB and BA. RGB value is (214,187,186). Sum of RGB (Red+Green+Blue) = 214+187+186=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBBA is #294445. Grayscale: #C2C2C2. Windows color (decimal): -2704454 or 12237782. OLE color: 12237782.

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

Color convert

RGB214187186-
CMYK00.130.130.16
HSL2.14º25.45%78.43%-
HSV(B)2.14º13.08%83.92%-
XYZ54.3653.3853.89-
YUV194.96122.95141.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=36.46%
G=31.86%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418718600.130.130.162.1425.4578.43
HexD6BBBA0DD102194e
Octal3262732720151520231116
Binary1101011010111011101110100110111011000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBBA; }

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

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

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

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

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

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

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

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