#DBB4B4

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

Shades of Oyster Pink #DBB4B4

Tints of Oyster Pink #DBB4B4

Color information

#DBB4B4 (or 0xDBB4B4) is unknown color: approx Oyster Pink. HEX triplet: DB, B4 and B4. RGB value is (219,180,180). Sum of RGB (Red+Green+Blue) = 219+180+180=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4B4 is #244B4B. Grayscale: #BFBFBF. Windows color (decimal): -2378572 or 11842779. OLE color: 11842779.

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

Color convert

RGB219180180-
CMYK00.180.180.14
HSL35.14%78.24%-
HSV(B)17.81%85.88%-
XYZ53.775150.19-
YUV191.66121.42147.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 180 (70.70% from 255) = 31.09%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=37.82%
G=31.09%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918018000.180.180.14035.1478.24
HexDBB4B401212E0234e
Octal3332642640222216043116
Binary11011011101101001011010001001010010111001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4B4; }

 p { color: rgb(219,180,180); }

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

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

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

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

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

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

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