#DBB0AC

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

Shades of Oyster Pink #DBB0AC

Tints of Oyster Pink #DBB0AC

Color information

#DBB0AC (or 0xDBB0AC) is unknown color: approx Oyster Pink. HEX triplet: DB, B0 and AC. RGB value is (219,176,172). Sum of RGB (Red+Green+Blue) = 219+176+172=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AC is #244F53. Grayscale: #BCBCBC. Windows color (decimal): -2379604 or 11317467. OLE color: 11317467.

HSL color Cylindrical-coordinate representation of color #DBB0AC: hue angle of 5.11º 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 #DBB0AC is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219176172-
CMYK00.200.210.14
HSL5.11º39.5%76.67%-
HSV(B)5.11º21.46%85.88%-
XYZ52.1949.0945.75-
YUV188.4118.75149.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=38.62%
G=31.04%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917617200.200.210.145.1139.576.67
HexDBB0AC01415E5274d
Octal3332602540242516547115
Binary1101101110110000101011000101001010111101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0AC; }

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

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

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

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

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

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

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

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