#DBB0AB

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

Shades of Oyster Pink #DBB0AB

Tints of Oyster Pink #DBB0AB

Color information

#DBB0AB (or 0xDBB0AB) is unknown color: approx Oyster Pink. HEX triplet: DB, B0 and AB. RGB value is (219,176,171). Sum of RGB (Red+Green+Blue) = 219+176+171=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AB is #244F54. Grayscale: #BCBCBC. Windows color (decimal): -2379605 or 11251931. OLE color: 11251931.

HSL color Cylindrical-coordinate representation of color #DBB0AB: hue angle of 6.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB0AB is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219176171-
CMYK00.200.220.14
HSL6.25º40%76.47%-
HSV(B)6.25º21.92%85.88%-
XYZ52.0949.0545.25-
YUV188.29118.25149.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=38.69%
G=31.10%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917617100.200.220.146.254076.47
HexDBB0AB01416E6284c
Octal3332602530242616650114
Binary1101101110110000101010110101001011011101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0AB; }

 p { color: rgb(219,176,171); }

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

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

 a { background-color: rgb(219,176,171); }

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

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

 span { border-color: rgb(219,176,171); }

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