#DBB2B1

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

Shades of Oyster Pink #DBB2B1

Tints of Oyster Pink #DBB2B1

Color information

#DBB2B1 (or 0xDBB2B1) is unknown color: approx Oyster Pink. HEX triplet: DB, B2 and B1. RGB value is (219,178,177). Sum of RGB (Red+Green+Blue) = 219+178+177=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2B1 is #244D4E. Grayscale: #BEBEBE. Windows color (decimal): -2379087 or 11645659. OLE color: 11645659.

HSL color Cylindrical-coordinate representation of color #DBB2B1: hue angle of 1.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2B1 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219178177-
CMYK00.190.190.14
HSL1.43º36.84%77.65%-
HSV(B)1.43º19.18%85.88%-
XYZ53.0750.0848.46-
YUV190.14120.58148.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=38.15%
G=31.01%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917817700.190.190.141.4336.8477.65
HexDBB2B101313E1254e
Octal3332622610232316145116
Binary11011011101100101011000101001110011111011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2B1; }

 p { color: rgb(219,178,177); }

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

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

 a { background-color: rgb(219,178,177); }

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

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

 span { border-color: rgb(219,178,177); }

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