#DBB3AC

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

Shades of Oyster Pink #DBB3AC

Tints of Oyster Pink #DBB3AC

Color information

#DBB3AC (or 0xDBB3AC) is unknown color: approx Oyster Pink. HEX triplet: DB, B3 and AC. RGB value is (219,179,172). Sum of RGB (Red+Green+Blue) = 219+179+172=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB3AC is #244C53. Grayscale: #BEBEBE. Windows color (decimal): -2378836 or 11318235. OLE color: 11318235.

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

Color convert

RGB219179172-
CMYK00.180.210.14
HSL8.94º39.5%76.67%-
HSV(B)8.94º21.46%85.88%-
XYZ52.7850.2845.95-
YUV190.16117.75148.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=38.42%
G=31.40%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917917200.180.210.148.9439.576.67
HexDBB3AC01215E9274d
Octal33326325402225161147115
Binary11011011101100111010110001001010101111010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3AC; }

 p { color: rgb(219,179,172); }

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

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

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

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

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

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

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