#DBB2B0

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

Shades of Oyster Pink #DBB2B0

Tints of Oyster Pink #DBB2B0

Color information

#DBB2B0 (or 0xDBB2B0) is unknown color: approx Oyster Pink. HEX triplet: DB, B2 and B0. RGB value is (219,178,176). Sum of RGB (Red+Green+Blue) = 219+178+176=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2B0 is #244D4F. Grayscale: #BEBEBE. Windows color (decimal): -2379088 or 11580123. OLE color: 11580123.

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

Color convert

RGB219178176-
CMYK00.190.200.14
HSL2.79º37.39%77.45%-
HSV(B)2.79º19.63%85.88%-
XYZ52.9750.0447.94-
YUV190.03120.08148.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=38.22%
G=31.06%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917817600.190.200.142.7937.3977.45
HexDBB2B001314E3254d
Octal3332622600232416345115
Binary110110111011001010110000010011101001110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2B0; }

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

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

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

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

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

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

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

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