#DBACAC

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

Shades of Oyster Pink #DBACAC

Tints of Oyster Pink #DBACAC

Color information

#DBACAC (or 0xDBACAC) is unknown color: approx Oyster Pink. HEX triplet: DB, AC and AC. RGB value is (219,172,172). Sum of RGB (Red+Green+Blue) = 219+172+172=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACAC is #245353. Grayscale: #BABABA. Windows color (decimal): -2380628 or 11316443. OLE color: 11316443.

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

Color convert

RGB219172172-
CMYK00.210.210.14
HSL39.5%76.67%-
HSV(B)21.46%85.88%-
XYZ51.4147.5445.5-
YUV186.05120.07151.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=38.90%
G=30.55%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917217200.210.210.14039.576.67
HexDBACAC01515E0274d
Octal3332542540252516047115
Binary11011011101011001010110001010110101111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACAC; }

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

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

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

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

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

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

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

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