#DBACAB

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

Shades of Oyster Pink #DBACAB

Tints of Oyster Pink #DBACAB

Color information

#DBACAB (or 0xDBACAB) is unknown color: approx Oyster Pink. HEX triplet: DB, AC and AB. RGB value is (219,172,171). Sum of RGB (Red+Green+Blue) = 219+172+171=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACAB is #245354. Grayscale: #B9B9B9. Windows color (decimal): -2380629 or 11250907. OLE color: 11250907.

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

Color convert

RGB219172171-
CMYK00.210.220.14
HSL1.25º40%76.47%-
HSV(B)1.25º21.92%85.88%-
XYZ51.3247.5144.99-
YUV185.94119.57151.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=38.97%
G=30.60%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917217100.210.220.141.254076.47
HexDBACAB01516E1284c
Octal3332542530252616150114
Binary11011011101011001010101101010110110111011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACAB; }

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

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

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

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

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

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

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

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